#B647E4

Color #B647E4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B647E4

Tints of Medium Orchid #B647E4

Color information

#B647E4 (or 0xB647E4) is unknown color: approx Medium Orchid. HEX triplet: B6, 47 and E4. RGB value is (182,71,228). Sum of RGB (Red+Green+Blue) = 182+71+228=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #B647E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B647E4 is #49B81B. Grayscale: #797979. Windows color (decimal): -4831260 or 14960566. OLE color: 14960566.

HSL color Cylindrical-coordinate representation of color #B647E4: hue angle of 282.42º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B647E4 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18271228-
CMYK0.200.6900.11
HSL282.42º74.41%58.63%-
HSV(B)282.42º68.86%89.41%-
XYZ35.5520.0575.4-
YUV122.09187.77170.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 37.84%
GREEN value IS 71 (28.12% from 255) = 14.76%
BLUE value IS 228 (89.45% from 255) = 47.40%
R=37.84%
G=14.76%
B=47.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal182712280.200.6900.11282.4274.4158.63
HexB647E414450B11a4a3b
Octal2661073442410501343211273
Binary10110110100011111100100101001000101010111000110101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B647E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B647E4; }

 p { color: rgb(182,71,228); }

 H1.HeaderClassName
 {
   color: #B647E4;
 }
 .AnyTagClassName
 {
   color: #B647E4;
 }
</style>
background-color css

<style>
 a { background-color: #B647E4; }

 a { background-color: rgb(182,71,228); }

 div.DivClassName
 {
   background-color: #B647E4;
 }
 .BgClassName
 {
   background-color: #B647E4;
 }
</style>
border-color css

<style>
 span { border-color: #B647E4; }

 span { border-color: rgb(182,71,228); }

 td.TdClassName
 {
   border-color: #B647E4;
 }
 .TagClassName
 {
   border-color: #B647E4;
 }
</style>