Html Css Color HEX #B11DD5 Dark Orchid

📋 copy color: '#B11DD5'

red 177 ◦ green 29 ◦ blue 213

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

Shades of Dark Orchid #B11DD5

Tints of Dark Orchid #B11DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.84%

R = 42.24%
G = 6.92%
B = 50.84%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B11DD5 (or 0xB11DD5) is known color: Dark Orchid. HEX triplet: B1, 1D and D5. RGB value is (177,29,213). Sum of RGB (Red+Green+Blue) = 177+29+213=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #B11DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11DD5 is #4EE22A. Grayscale: #5D5D5D. Windows color (decimal): -5169707 or 13966769. OLE color: 13966769.

HSL color Cylindrical-coordinate representation of color #B11DD5: hue angle of 288.26º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11DD5 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 29 213 -
CMYK 0.17 0.86 0 0.16
HSL 288.26º 0.76% 0.47% -
HSV(B) 288.26º 0.86% 0.84% -
XYZ 30.58 15.03 64.24 -
YUV 94.23 195.03 187.04 -
System Red Green Blue C M Y K H S L
Decimal 177 29 213 0.17 0.86 0 0.16 288.26 0.76 0.47
Hex B1 1D D5 11 56 0 10 120 4C 2F
Octal 261 35 325 21 126 0 20 440 114 57
Binary 10110001 11101 11010101 10001 1010110 0 10000 100100000 1001100 101111

Color Harmonies of #B11DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11DD5

Black with #B11DD5

Text Example


Text Example

White with #B11DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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