#B627D7

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

Shades of Dark Orchid #B627D7

Tints of Dark Orchid #B627D7

Color information

#B627D7 (or 0xB627D7) is unknown color: approx Dark Orchid. HEX triplet: B6, 27 and D7. RGB value is (182,39,215). Sum of RGB (Red+Green+Blue) = 182+39+215=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #B627D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B627D7 is #49D828. Grayscale: #656565. Windows color (decimal): -4839465 or 14100406. OLE color: 14100406.

HSL color Cylindrical-coordinate representation of color #B627D7: hue angle of 288.75º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B627D7 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18239215-
CMYK0.150.8200.16
HSL288.75º69.29%49.8%-
HSV(B)288.75º81.86%84.31%-
XYZ32.2816.365.74-
YUV101.82191.88185.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 39 (15.62% from 255) = 8.94%
BLUE value IS 215 (84.38% from 255) = 49.31%
R=41.74%
G=8.94%
B=49.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182392150.150.8200.16288.7569.2949.8
HexB627D7F520101214532
Octal266473271712202044110562
Binary1011011010011111010111111110100100100001001000011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B627D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B627D7; }

 p { color: rgb(182,39,215); }

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

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

 a { background-color: rgb(182,39,215); }

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

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

 span { border-color: rgb(182,39,215); }

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