Html Css Color HEX #B119D4 Dark Orchid

📋 copy color: '#B119D4'

red 177 ◦ green 25 ◦ blue 212

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

Shades of Dark Orchid #B119D4

Tints of Dark Orchid #B119D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 51.21%

R = 42.75%
G = 6.04%
B = 51.21%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B119D4 (or 0xB119D4) is known color: Dark Orchid. HEX triplet: B1, 19 and D4. RGB value is (177,25,212). Sum of RGB (Red+Green+Blue) = 177+25+212=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 212 (83.20% from 255 or 51.21% from 414); Max value from RGB is 212 - color contains mainly: blue. Hex color #B119D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119D4 is #4EE62B. Grayscale: #5B5B5B. Windows color (decimal): -5170732 or 13900209. OLE color: 13900209.

HSL color Cylindrical-coordinate representation of color #B119D4: hue angle of 288.77º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B119D4 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 25 212 -
CMYK 0.17 0.88 0 0.17
HSL 288.77º 0.79% 0.46% -
HSV(B) 288.77º 0.88% 0.83% -
XYZ 30.36 14.8 63.54 -
YUV 91.77 195.86 188.79 -
System Red Green Blue C M Y K H S L
Decimal 177 25 212 0.17 0.88 0 0.17 288.77 0.79 0.46
Hex B1 19 D4 11 58 0 11 121 4F 2E
Octal 261 31 324 21 130 0 21 441 117 56
Binary 10110001 11001 11010100 10001 1011000 0 10001 100100001 1001111 101110

Color Harmonies of #B119D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119D4

Black with #B119D4

Text Example


Text Example

White with #B119D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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