#B627BB

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

Shades of Dark Orchid #B627BB

Tints of Dark Orchid #B627BB

Color information

#B627BB (or 0xB627BB) is unknown color: approx Dark Orchid. HEX triplet: B6, 27 and BB. RGB value is (182,39,187). Sum of RGB (Red+Green+Blue) = 182+39+187=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #B627BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B627BB is #49D844. Grayscale: #626262. Windows color (decimal): -4839493 or 12265398. OLE color: 12265398.

HSL color Cylindrical-coordinate representation of color #B627BB: hue angle of 297.97º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B627BB is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18239187-
CMYK0.030.7900.27
HSL297.97º65.49%44.31%-
HSV(B)297.97º79.14%73.33%-
XYZ28.9914.9848.38-
YUV98.63177.88187.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 39 (15.62% from 255) = 9.56%
BLUE value IS 187 (73.44% from 255) = 45.83%
R=44.61%
G=9.56%
B=45.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182391870.030.7900.27297.9765.4944.31
HexB627BB34F01B12a412c
Octal26647273311703345210154
Binary10110110100111101110111110011110110111001010101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B627BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B627BB; }

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

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

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

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

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

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

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

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