Html Css Color HEX #B119DD Dark Orchid

📋 copy color: '#B119DD'

red 177 ◦ green 25 ◦ blue 221

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

Shades of Dark Orchid #B119DD

Tints of Dark Orchid #B119DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 41.84%
G = 5.91%
B = 52.25%

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

#B119DD (or 0xB119DD) is known color: Dark Orchid. HEX triplet: B1, 19 and DD. RGB value is (177,25,221). Sum of RGB (Red+Green+Blue) = 177+25+221=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #B119DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119DD is #4EE622. Grayscale: #5C5C5C. Windows color (decimal): -5170723 or 14490033. OLE color: 14490033.

HSL color Cylindrical-coordinate representation of color #B119DD: hue angle of 286.53º 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 #B119DD is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 25 221 -
CMYK 0.20 0.89 0 0.13
HSL 286.53º 0.8% 0.48% -
HSV(B) 286.53º 0.89% 0.87% -
XYZ 31.53 15.26 69.69 -
YUV 92.79 200.36 188.06 -
System Red Green Blue C M Y K H S L
Decimal 177 25 221 0.20 0.89 0 0.13 286.53 0.8 0.48
Hex B1 19 DD 14 59 0 D 11F 50 30
Octal 261 31 335 24 131 0 15 437 120 60
Binary 10110001 11001 11011101 10100 1011001 0 1101 100011111 1010000 110000

Color Harmonies of #B119DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119DD

Black with #B119DD

Text Example


Text Example

White with #B119DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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