#B139CB

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

Shades of Dark Orchid #B139CB

Tints of Dark Orchid #B139CB

Color information

#B139CB (or 0xB139CB) is unknown color: approx Dark Orchid. HEX triplet: B1, 39 and CB. RGB value is (177,57,203). Sum of RGB (Red+Green+Blue) = 177+57+203=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #B139CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139CB is #4EC634. Grayscale: #6D6D6D. Windows color (decimal): -5162549 or 13318577. OLE color: 13318577.

HSL color Cylindrical-coordinate representation of color #B139CB: hue angle of 289.32º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B139CB is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17757203-
CMYK0.130.7200.20
HSL289.32º58.4%50.98%-
HSV(B)289.32º71.92%79.61%-
XYZ30.3716.5958.1-
YUV109.52180.76176.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 57 (22.66% from 255) = 13.04%
BLUE value IS 203 (79.69% from 255) = 46.45%
R=40.50%
G=13.04%
B=46.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177572030.130.7200.20289.3258.450.98
HexB139CBD480141213a33
Octal26171313151100244417263
Binary101100011110011100101111011001000010100100100001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B139CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B139CB; }

 p { color: rgb(177,57,203); }

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

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

 a { background-color: rgb(177,57,203); }

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

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

 span { border-color: rgb(177,57,203); }

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