Html Css Color HEX #B01EEA Electric Purple

📋 copy color: '#B01EEA'

red 176 ◦ green 30 ◦ blue 234

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

Shades of Electric Purple #B01EEA

Tints of Electric Purple #B01EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.18%

R = 40%
G = 6.82%
B = 53.18%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B01EEA (or 0xB01EEA) is known color: Electric Purple. HEX triplet: B0, 1E and EA. RGB value is (176,30,234). Sum of RGB (Red+Green+Blue) = 176+30+234=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #B01EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B01EEA is #4FE115. Grayscale: #606060. Windows color (decimal): -5234966 or 15343280. OLE color: 15343280.

HSL color Cylindrical-coordinate representation of color #B01EEA: hue angle of 282.94º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B01EEA is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 30 234 -
CMYK 0.25 0.87 0 0.08
HSL 282.94º 0.83% 0.52% -
HSV(B) 282.94º 0.87% 0.92% -
XYZ 33.22 16.1 79.2 -
YUV 96.91 205.37 184.41 -
System Red Green Blue C M Y K H S L
Decimal 176 30 234 0.25 0.87 0 0.08 282.94 0.83 0.52
Hex B0 1E EA 19 57 0 8 11B 53 34
Octal 260 36 352 31 127 0 10 433 123 64
Binary 10110000 11110 11101010 11001 1010111 0 1000 100011011 1010011 110100

Color Harmonies of #B01EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01EEA

Black with #B01EEA

Text Example


Text Example

White with #B01EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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