Html Css Color HEX #B119DA Dark Orchid

📋 copy color: '#B119DA'

red 177 ◦ green 25 ◦ blue 218

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

Shades of Dark Orchid #B119DA

Tints of Dark Orchid #B119DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.9%

R = 42.14%
G = 5.95%
B = 51.9%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B119DA (or 0xB119DA) is known color: Dark Orchid. HEX triplet: B1, 19 and DA. RGB value is (177,25,218). Sum of RGB (Red+Green+Blue) = 177+25+218=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #B119DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119DA is #4EE625. Grayscale: #5B5B5B. Windows color (decimal): -5170726 or 14293425. OLE color: 14293425.

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

Color convert

RGB 177 25 218 -
CMYK 0.19 0.89 0 0.15
HSL 287.25º 0.79% 0.48% -
HSV(B) 287.25º 0.89% 0.85% -
XYZ 31.13 15.1 67.6 -
YUV 92.45 198.86 188.31 -
System Red Green Blue C M Y K H S L
Decimal 177 25 218 0.19 0.89 0 0.15 287.25 0.79 0.48
Hex B1 19 DA 13 59 0 F 11F 4F 30
Octal 261 31 332 23 131 0 17 437 117 60
Binary 10110001 11001 11011010 10011 1011001 0 1111 100011111 1001111 110000

Color Harmonies of #B119DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119DA

Black with #B119DA

Text Example


Text Example

White with #B119DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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