Html Css Color HEX #B11DDD Dark Orchid

📋 copy color: '#B11DDD'

red 177 ◦ green 29 ◦ blue 221

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

Shades of Dark Orchid #B11DDD

Tints of Dark Orchid #B11DDD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.79%

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

R = 41.45%
G = 6.79%
B = 51.76%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B11DDD (or 0xB11DDD) is known color: Dark Orchid. HEX triplet: B1, 1D and DD. RGB value is (177,29,221). Sum of RGB (Red+Green+Blue) = 177+29+221=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #B11DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11DDD is #4EE222. Grayscale: #5E5E5E. Windows color (decimal): -5169699 or 14491057. OLE color: 14491057.

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

Color convert

RGB 177 29 221 -
CMYK 0.20 0.87 0 0.13
HSL 286.25º 0.77% 0.49% -
HSV(B) 286.25º 0.87% 0.87% -
XYZ 31.62 15.45 69.72 -
YUV 95.14 199.03 186.39 -
System Red Green Blue C M Y K H S L
Decimal 177 29 221 0.20 0.87 0 0.13 286.25 0.77 0.49
Hex B1 1D DD 14 57 0 D 11E 4D 31
Octal 261 35 335 24 127 0 15 436 115 61
Binary 10110001 11101 11011101 10100 1010111 0 1101 100011110 1001101 110001

Color Harmonies of #B11DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11DDD

Black with #B11DDD

Text Example


Text Example

White with #B11DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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