Html Css Color HEX #B119CE Dark Orchid

📋 copy color: '#B119CE'

red 177 ◦ green 25 ◦ blue 206

#B119CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B119CE

Tints of Dark Orchid #B119CE

RGB

 RED value IS 177 (69.53% from 255) = 43.38%

 GREEN value IS 25 (10.16% from 255) = 6.13%

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 43.38%
G = 6.13%
B = 50.49%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B119CE (or 0xB119CE) is known color: Dark Orchid. HEX triplet: B1, 19 and CE. RGB value is (177,25,206). Sum of RGB (Red+Green+Blue) = 177+25+206=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #B119CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119CE is #4EE631. Grayscale: #5A5A5A. Windows color (decimal): -5170738 or 13506993. OLE color: 13506993.

HSL color Cylindrical-coordinate representation of color #B119CE: hue angle of 290.39º 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 #B119CE is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 25 206 -
CMYK 0.14 0.88 0 0.19
HSL 290.39º 0.78% 0.45% -
HSV(B) 290.39º 0.88% 0.81% -
XYZ 29.62 14.5 59.63 -
YUV 91.08 192.86 189.28 -
System Red Green Blue C M Y K H S L
Decimal 177 25 206 0.14 0.88 0 0.19 290.39 0.78 0.45
Hex B1 19 CE E 58 0 13 122 4E 2D
Octal 261 31 316 16 130 0 23 442 116 55
Binary 10110001 11001 11001110 1110 1011000 0 10011 100100010 1001110 101101

Color Harmonies of #B119CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119CE

Black with #B119CE

Text Example


Text Example

White with #B119CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119CE; }

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

 H1.HeaderClassName
 {
   color: #B119CE;
 }
 .AnyTagClassName
 {
   color: #B119CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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