Html Css Color HEX #B30AF7 Electric Purple

📋 copy color: '#B30AF7'

red 179 ◦ green 10 ◦ blue 247

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

Shades of Electric Purple #B30AF7

Tints of Electric Purple #B30AF7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.29%

 BLUE value IS 247 (96.88% from 255) = 56.65%

R = 41.06%
G = 2.29%
B = 56.65%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B30AF7 (or 0xB30AF7) is known color: Electric Purple. HEX triplet: B3, 0A and F7. RGB value is (179,10,247). Sum of RGB (Red+Green+Blue) = 179+10+247=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 247 (96.88% from 255 or 56.65% from 436); Max value from RGB is 247 - color contains mainly: blue. Hex color #B30AF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30AF7 is #4CF508. Grayscale: #565656. Windows color (decimal): -5043465 or 16190131. OLE color: 16190131.

HSL color Cylindrical-coordinate representation of color #B30AF7: hue angle of 282.78º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30AF7 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 10 247 -
CMYK 0.28 0.96 0 0.03
HSL 282.78º 0.94% 0.5% -
HSV(B) 282.78º 0.96% 0.97% -
XYZ 35.49 16.52 89.31 -
YUV 87.55 217.99 193.23 -
System Red Green Blue C M Y K H S L
Decimal 179 10 247 0.28 0.96 0 0.03 282.78 0.94 0.5
Hex B3 A F7 1C 60 0 3 11B 5E 32
Octal 263 12 367 34 140 0 3 433 136 62
Binary 10110011 1010 11110111 11100 1100000 0 11 100011011 1011110 110010

Color Harmonies of #B30AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30AF7

Black with #B30AF7

Text Example


Text Example

White with #B30AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30AF7; }

 p { color: rgb(179,10,247); }

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

background-color css

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

 a { background-color: rgb(179,10,247); }

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

border-color css

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

 span { border-color: rgb(179,10,247); }

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