Html Css Color HEX #B11BDE Dark Orchid

📋 copy color: '#B11BDE'

red 177 ◦ green 27 ◦ blue 222

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

Shades of Dark Orchid #B11BDE

Tints of Dark Orchid #B11BDE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.34%

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 41.55%
G = 6.34%
B = 52.11%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B11BDE (or 0xB11BDE) is known color: Dark Orchid. HEX triplet: B1, 1B and DE. RGB value is (177,27,222). Sum of RGB (Red+Green+Blue) = 177+27+222=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #B11BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11BDE is #4EE421. Grayscale: #5D5D5D. Windows color (decimal): -5170210 or 14556081. OLE color: 14556081.

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

Color convert

RGB 177 27 222 -
CMYK 0.20 0.88 0 0.13
HSL 286.15º 0.78% 0.49% -
HSV(B) 286.15º 0.88% 0.87% -
XYZ 31.71 15.4 70.41 -
YUV 94.08 200.2 187.14 -
System Red Green Blue C M Y K H S L
Decimal 177 27 222 0.20 0.88 0 0.13 286.15 0.78 0.49
Hex B1 1B DE 14 58 0 D 11E 4E 31
Octal 261 33 336 24 130 0 15 436 116 61
Binary 10110001 11011 11011110 10100 1011000 0 1101 100011110 1001110 110001

Color Harmonies of #B11BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11BDE

Black with #B11BDE

Text Example


Text Example

White with #B11BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11BDE; }

 p { color: rgb(177,27,222); }

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

background-color css

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

 a { background-color: rgb(177,27,222); }

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

border-color css

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

 span { border-color: rgb(177,27,222); }

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