Html Css Color HEX #B30CF6 Electric Purple

📋 copy color: '#B30CF6'

red 179 ◦ green 12 ◦ blue 246

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

Shades of Electric Purple #B30CF6

Tints of Electric Purple #B30CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.29%

R = 40.96%
G = 2.75%
B = 56.29%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B30CF6 (or 0xB30CF6) is known color: Electric Purple. HEX triplet: B3, 0C and F6. RGB value is (179,12,246). Sum of RGB (Red+Green+Blue) = 179+12+246=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 246 (96.48% from 255 or 56.29% from 437); Max value from RGB is 246 - color contains mainly: blue. Hex color #B30CF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30CF6 is #4CF309. Grayscale: #575757. Windows color (decimal): -5042954 or 16125107. OLE color: 16125107.

HSL color Cylindrical-coordinate representation of color #B30CF6: hue angle of 282.82º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30CF6 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 12 246 -
CMYK 0.27 0.95 0 0.04
HSL 282.82º 0.93% 0.51% -
HSV(B) 282.82º 0.95% 0.96% -
XYZ 35.36 16.5 88.51 -
YUV 88.61 216.83 192.47 -
System Red Green Blue C M Y K H S L
Decimal 179 12 246 0.27 0.95 0 0.04 282.82 0.93 0.51
Hex B3 C F6 1B 5F 0 4 11B 5D 33
Octal 263 14 366 33 137 0 4 433 135 63
Binary 10110011 1100 11110110 11011 1011111 0 100 100011011 1011101 110011

Color Harmonies of #B30CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30CF6

Black with #B30CF6

Text Example


Text Example

White with #B30CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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