Html Css Color HEX #B11EDE Dark Orchid

📋 copy color: '#B11EDE'

red 177 ◦ green 30 ◦ blue 222

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

Shades of Dark Orchid #B11EDE

Tints of Dark Orchid #B11EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.99%

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

R = 41.26%
G = 6.99%
B = 51.75%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B11EDE (or 0xB11EDE) is known color: Dark Orchid. HEX triplet: B1, 1E and DE. RGB value is (177,30,222). Sum of RGB (Red+Green+Blue) = 177+30+222=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #B11EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11EDE is #4EE121. Grayscale: #5F5F5F. Windows color (decimal): -5169442 or 14556849. OLE color: 14556849.

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

Color convert

RGB 177 30 222 -
CMYK 0.20 0.86 0 0.13
HSL 285.94º 0.76% 0.49% -
HSV(B) 285.94º 0.86% 0.87% -
XYZ 31.78 15.55 70.43 -
YUV 95.84 199.2 185.89 -
System Red Green Blue C M Y K H S L
Decimal 177 30 222 0.20 0.86 0 0.13 285.94 0.76 0.49
Hex B1 1E DE 14 56 0 D 11E 4C 31
Octal 261 36 336 24 126 0 15 436 114 61
Binary 10110001 11110 11011110 10100 1010110 0 1101 100011110 1001100 110001

Color Harmonies of #B11EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11EDE

Black with #B11EDE

Text Example


Text Example

White with #B11EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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