Html Css Color HEX #B30CEC Electric Purple

📋 copy color: '#B30CEC'

red 179 ◦ green 12 ◦ blue 236

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

Shades of Electric Purple #B30CEC

Tints of Electric Purple #B30CEC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.81%

 BLUE value IS 236 (92.58% from 255) = 55.27%

R = 41.92%
G = 2.81%
B = 55.27%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B30CEC (or 0xB30CEC) is known color: Electric Purple. HEX triplet: B3, 0C and EC. RGB value is (179,12,236). Sum of RGB (Red+Green+Blue) = 179+12+236=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #B30CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30CEC is #4CF313. Grayscale: #565656. Windows color (decimal): -5042964 or 15469747. OLE color: 15469747.

HSL color Cylindrical-coordinate representation of color #B30CEC: hue angle of 284.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30CEC is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 12 236 -
CMYK 0.24 0.95 0 0.07
HSL 284.73º 0.9% 0.49% -
HSV(B) 284.73º 0.95% 0.93% -
XYZ 33.86 15.9 80.64 -
YUV 87.47 211.83 193.29 -
System Red Green Blue C M Y K H S L
Decimal 179 12 236 0.24 0.95 0 0.07 284.73 0.9 0.49
Hex B3 C EC 18 5F 0 7 11D 5A 31
Octal 263 14 354 30 137 0 7 435 132 61
Binary 10110011 1100 11101100 11000 1011111 0 111 100011101 1011010 110001

Color Harmonies of #B30CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30CEC

Black with #B30CEC

Text Example


Text Example

White with #B30CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30CEC; }

 p { color: rgb(179,12,236); }

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

background-color css

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

 a { background-color: rgb(179,12,236); }

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

border-color css

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

 span { border-color: rgb(179,12,236); }

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