Html Css Color HEX #B119D0 Dark Orchid

📋 copy color: '#B119D0'

red 177 ◦ green 25 ◦ blue 208

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

Shades of Dark Orchid #B119D0

Tints of Dark Orchid #B119D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.73%

R = 43.17%
G = 6.1%
B = 50.73%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B119D0 (or 0xB119D0) is known color: Dark Orchid. HEX triplet: B1, 19 and D0. RGB value is (177,25,208). Sum of RGB (Red+Green+Blue) = 177+25+208=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #B119D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119D0 is #4EE62F. Grayscale: #5A5A5A. Windows color (decimal): -5170736 or 13638065. OLE color: 13638065.

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

Color convert

RGB 177 25 208 -
CMYK 0.15 0.88 0 0.18
HSL 289.84º 0.79% 0.46% -
HSV(B) 289.84º 0.88% 0.82% -
XYZ 29.86 14.6 60.92 -
YUV 91.31 193.86 189.12 -
System Red Green Blue C M Y K H S L
Decimal 177 25 208 0.15 0.88 0 0.18 289.84 0.79 0.46
Hex B1 19 D0 F 58 0 12 122 4F 2E
Octal 261 31 320 17 130 0 22 442 117 56
Binary 10110001 11001 11010000 1111 1011000 0 10010 100100010 1001111 101110

Color Harmonies of #B119D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119D0

Black with #B119D0

Text Example


Text Example

White with #B119D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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