Html Css Color HEX #B11EE5 Dark Orchid

📋 copy color: '#B11EE5'

red 177 ◦ green 30 ◦ blue 229

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

Shades of Dark Orchid #B11EE5

Tints of Dark Orchid #B11EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 52.52%

R = 40.6%
G = 6.88%
B = 52.52%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B11EE5 (or 0xB11EE5) is known color: Dark Orchid. HEX triplet: B1, 1E and E5. RGB value is (177,30,229). Sum of RGB (Red+Green+Blue) = 177+30+229=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #B11EE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11EE5 is #4EE11A. Grayscale: #5F5F5F. Windows color (decimal): -5169435 or 15015601. OLE color: 15015601.

HSL color Cylindrical-coordinate representation of color #B11EE5: hue angle of 284.32º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11EE5 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 30 229 -
CMYK 0.23 0.87 0 0.10
HSL 284.32º 0.79% 0.51% -
HSV(B) 284.32º 0.87% 0.9% -
XYZ 32.74 15.93 75.48 -
YUV 96.64 202.7 185.32 -
System Red Green Blue C M Y K H S L
Decimal 177 30 229 0.23 0.87 0 0.10 284.32 0.79 0.51
Hex B1 1E E5 17 57 0 A 11C 4F 33
Octal 261 36 345 27 127 0 12 434 117 63
Binary 10110001 11110 11100101 10111 1010111 0 1010 100011100 1001111 110011

Color Harmonies of #B11EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11EE5

Black with #B11EE5

Text Example


Text Example

White with #B11EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11EE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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