Html Css Color HEX #B11DD8 Dark Orchid

📋 copy color: '#B11DD8'

red 177 ◦ green 29 ◦ blue 216

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

Shades of Dark Orchid #B11DD8

Tints of Dark Orchid #B11DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.18%

R = 41.94%
G = 6.87%
B = 51.18%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B11DD8 (or 0xB11DD8) is known color: Dark Orchid. HEX triplet: B1, 1D and D8. RGB value is (177,29,216). Sum of RGB (Red+Green+Blue) = 177+29+216=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 216 (84.77% from 255 or 51.18% from 422); Max value from RGB is 216 - color contains mainly: blue. Hex color #B11DD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11DD8 is #4EE227. Grayscale: #5D5D5D. Windows color (decimal): -5169704 or 14163377. OLE color: 14163377.

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

Color convert

RGB 177 29 216 -
CMYK 0.18 0.87 0 0.15
HSL 287.49º 0.76% 0.48% -
HSV(B) 287.49º 0.87% 0.85% -
XYZ 30.97 15.18 66.26 -
YUV 94.57 196.53 186.79 -
System Red Green Blue C M Y K H S L
Decimal 177 29 216 0.18 0.87 0 0.15 287.49 0.76 0.48
Hex B1 1D D8 12 57 0 F 11F 4C 30
Octal 261 35 330 22 127 0 17 437 114 60
Binary 10110001 11101 11011000 10010 1010111 0 1111 100011111 1001100 110000

Color Harmonies of #B11DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11DD8

Black with #B11DD8

Text Example


Text Example

White with #B11DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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