#B119CF

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

Shades of Dark Orchid #B119CF

Tints of Dark Orchid #B119CF

Color information

#B119CF (or 0xB119CF) is unknown color: approx Dark Orchid. HEX triplet: B1, 19 and CF. RGB value is (177,25,207). Sum of RGB (Red+Green+Blue) = 177+25+207=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #B119CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119CF is #4EE630. Grayscale: #5A5A5A. Windows color (decimal): -5170737 or 13572529. OLE color: 13572529.

HSL color Cylindrical-coordinate representation of color #B119CF: hue angle of 290.11º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B119CF is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17725207-
CMYK0.140.8800.19
HSL290.11º78.45%45.49%-
HSV(B)290.11º87.92%81.18%-
XYZ29.7414.5560.27-
YUV91.2193.36189.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 25 (10.16% from 255) = 6.11%
BLUE value IS 207 (81.25% from 255) = 50.61%
R=43.28%
G=6.11%
B=50.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177252070.140.8800.19290.1178.4545.49
HexB119CFE580131224e2d
Octal261313171613002344211655
Binary101100011100111001111111010110000100111001000101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B119CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B119CF; }

 p { color: rgb(177,25,207); }

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

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

 a { background-color: rgb(177,25,207); }

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

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

 span { border-color: rgb(177,25,207); }

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