Html Css Color HEX #B119DE Dark Orchid

📋 copy color: '#B119DE'

red 177 ◦ green 25 ◦ blue 222

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

Shades of Dark Orchid #B119DE

Tints of Dark Orchid #B119DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.36%

R = 41.75%
G = 5.9%
B = 52.36%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B119DE (or 0xB119DE) is known color: Dark Orchid. HEX triplet: B1, 19 and DE. RGB value is (177,25,222). Sum of RGB (Red+Green+Blue) = 177+25+222=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #B119DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119DE is #4EE621. Grayscale: #5C5C5C. Windows color (decimal): -5170722 or 14555569. OLE color: 14555569.

HSL color Cylindrical-coordinate representation of color #B119DE: hue angle of 286.29º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B119DE is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 25 222 -
CMYK 0.20 0.89 0 0.13
HSL 286.29º 0.8% 0.48% -
HSV(B) 286.29º 0.89% 0.87% -
XYZ 31.66 15.32 70.39 -
YUV 92.91 200.86 187.98 -
System Red Green Blue C M Y K H S L
Decimal 177 25 222 0.20 0.89 0 0.13 286.29 0.8 0.48
Hex B1 19 DE 14 59 0 D 11E 50 30
Octal 261 31 336 24 131 0 15 436 120 60
Binary 10110001 11001 11011110 10100 1011001 0 1101 100011110 1010000 110000

Color Harmonies of #B119DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119DE

Black with #B119DE

Text Example


Text Example

White with #B119DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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