#B139CC

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

Shades of Dark Orchid #B139CC

Tints of Dark Orchid #B139CC

Color information

#B139CC (or 0xB139CC) is unknown color: approx Dark Orchid. HEX triplet: B1, 39 and CC. RGB value is (177,57,204). Sum of RGB (Red+Green+Blue) = 177+57+204=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #B139CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B139CC is #4EC633. Grayscale: #6D6D6D. Windows color (decimal): -5162548 or 13384113. OLE color: 13384113.

HSL color Cylindrical-coordinate representation of color #B139CC: hue angle of 288.98º degrees, saturation: 0.59, 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 #B139CC is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17757204-
CMYK0.130.7200.2
HSL288.98º59.04%51.18%-
HSV(B)288.98º72.06%80%-
XYZ30.4916.6358.73-
YUV109.64181.26176.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.41%
GREEN value IS 57 (22.66% from 255) = 13.01%
BLUE value IS 204 (80.08% from 255) = 46.58%
R=40.41%
G=13.01%
B=46.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal177572040.130.7200.2288.9859.0451.18
HexB139CCD480141213b33
Octal26171314151100244417363
Binary101100011110011100110011011001000010100100100001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B139CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B139CC; }

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

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

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

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

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

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

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

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