Html Css Color HEX #B119DB Dark Orchid

📋 copy color: '#B119DB'

red 177 ◦ green 25 ◦ blue 219

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

Shades of Dark Orchid #B119DB

Tints of Dark Orchid #B119DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.02%

R = 42.04%
G = 5.94%
B = 52.02%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B119DB (or 0xB119DB) is known color: Dark Orchid. HEX triplet: B1, 19 and DB. RGB value is (177,25,219). Sum of RGB (Red+Green+Blue) = 177+25+219=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #B119DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119DB is #4EE624. Grayscale: #5B5B5B. Windows color (decimal): -5170725 or 14358961. OLE color: 14358961.

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

Color convert

RGB 177 25 219 -
CMYK 0.19 0.89 0 0.14
HSL 287.01º 0.8% 0.48% -
HSV(B) 287.01º 0.89% 0.86% -
XYZ 31.27 15.16 68.3 -
YUV 92.56 199.36 188.23 -
System Red Green Blue C M Y K H S L
Decimal 177 25 219 0.19 0.89 0 0.14 287.01 0.8 0.48
Hex B1 19 DB 13 59 0 E 11F 50 30
Octal 261 31 333 23 131 0 16 437 120 60
Binary 10110001 11001 11011011 10011 1011001 0 1110 100011111 1010000 110000

Color Harmonies of #B119DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119DB

Black with #B119DB

Text Example


Text Example

White with #B119DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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