Html Css Color HEX #B30BEB Electric Purple

📋 copy color: '#B30BEB'

red 179 ◦ green 11 ◦ blue 235

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

Shades of Electric Purple #B30BEB

Tints of Electric Purple #B30BEB

RGB

 RED value IS 179 (70.31% from 255) = 42.12%

 GREEN value IS 11 (4.69% from 255) = 2.59%

 BLUE value IS 235 (92.19% from 255) = 55.29%

R = 42.12%
G = 2.59%
B = 55.29%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B30BEB (or 0xB30BEB) is known color: Electric Purple. HEX triplet: B3, 0B and EB. RGB value is (179,11,235). Sum of RGB (Red+Green+Blue) = 179+11+235=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #B30BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30BEB is #4CF414. Grayscale: #565656. Windows color (decimal): -5043221 or 15403955. OLE color: 15403955.

HSL color Cylindrical-coordinate representation of color #B30BEB: hue angle of 285º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30BEB is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 11 235 -
CMYK 0.24 0.95 0 0.08
HSL 285º 0.91% 0.48% -
HSV(B) 285º 0.95% 0.92% -
XYZ 33.71 15.82 79.87 -
YUV 86.77 211.66 193.79 -
System Red Green Blue C M Y K H S L
Decimal 179 11 235 0.24 0.95 0 0.08 285 0.91 0.48
Hex B3 B EB 18 5F 0 8 11D 5B 30
Octal 263 13 353 30 137 0 10 435 133 60
Binary 10110011 1011 11101011 11000 1011111 0 1000 100011101 1011011 110000

Color Harmonies of #B30BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30BEB

Black with #B30BEB

Text Example


Text Example

White with #B30BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30BEB; }

 p { color: rgb(179,11,235); }

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

background-color css

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

 a { background-color: rgb(179,11,235); }

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

border-color css

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

 span { border-color: rgb(179,11,235); }

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