Html Css Color HEX #B01EBA Dark Orchid

📋 copy color: '#B01EBA'

red 176 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #B01EBA

Tints of Dark Orchid #B01EBA

RGB

 RED value IS 176 (69.14% from 255) = 44.9%

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

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

R = 44.9%
G = 7.65%
B = 47.45%

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

#B01EBA (or 0xB01EBA) is known color: Dark Orchid. HEX triplet: B0, 1E and BA. RGB value is (176,30,186). Sum of RGB (Red+Green+Blue) = 176+30+186=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #B01EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01EBA is #4FE145. Grayscale: #5A5A5A. Windows color (decimal): -5235014 or 12197552. OLE color: 12197552.

HSL color Cylindrical-coordinate representation of color #B01EBA: hue angle of 296.15º 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 #B01EBA is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 30 186 -
CMYK 0.05 0.84 0 0.27
HSL 296.15º 0.72% 0.42% -
HSV(B) 296.15º 0.84% 0.73% -
XYZ 27.23 13.7 47.66 -
YUV 91.44 181.37 188.32 -
System Red Green Blue C M Y K H S L
Decimal 176 30 186 0.05 0.84 0 0.27 296.15 0.72 0.42
Hex B0 1E BA 5 54 0 1B 128 48 2A
Octal 260 36 272 5 124 0 33 450 110 52
Binary 10110000 11110 10111010 101 1010100 0 11011 100101000 1001000 101010

Color Harmonies of #B01EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01EBA

Black with #B01EBA

Text Example


Text Example

White with #B01EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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