Html Css Color HEX #B11EBA Dark Orchid

📋 copy color: '#B11EBA'

red 177 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #B11EBA

Tints of Dark Orchid #B11EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 45.04%
G = 7.63%
B = 47.33%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B11EBA (or 0xB11EBA) is known color: Dark Orchid. HEX triplet: B1, 1E and BA. RGB value is (177,30,186). Sum of RGB (Red+Green+Blue) = 177+30+186=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #B11EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11EBA is #4EE145. Grayscale: #5B5B5B. Windows color (decimal): -5169478 or 12197553. OLE color: 12197553.

HSL color Cylindrical-coordinate representation of color #B11EBA: hue angle of 296.54º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11EBA is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 30 186 -
CMYK 0.05 0.84 0 0.27
HSL 296.54º 0.72% 0.42% -
HSV(B) 296.54º 0.84% 0.73% -
XYZ 27.46 13.82 47.67 -
YUV 91.74 181.2 188.82 -
System Red Green Blue C M Y K H S L
Decimal 177 30 186 0.05 0.84 0 0.27 296.54 0.72 0.42
Hex B1 1E BA 5 54 0 1B 129 48 2A
Octal 261 36 272 5 124 0 33 451 110 52
Binary 10110001 11110 10111010 101 1010100 0 11011 100101001 1001000 101010

Color Harmonies of #B11EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11EBA

Black with #B11EBA

Text Example


Text Example

White with #B11EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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