Html Css Color HEX #B30AFF Electric Purple

📋 copy color: '#B30AFF'

red 179 ◦ green 10 ◦ blue 255

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

Shades of Electric Purple #B30AFF

Tints of Electric Purple #B30AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.43%

R = 40.32%
G = 2.25%
B = 57.43%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B30AFF (or 0xB30AFF) is known color: Electric Purple. HEX triplet: B3, 0A and FF. RGB value is (179,10,255). Sum of RGB (Red+Green+Blue) = 179+10+255=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #B30AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30AFF is #4CF500. Grayscale: #575757. Windows color (decimal): -5043457 or 16714419. OLE color: 16714419.

HSL color Cylindrical-coordinate representation of color #B30AFF: hue angle of 281.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30AFF is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 10 255 -
CMYK 0.30 0.96 0 0
HSL 281.39º 1% 0.52% -
HSV(B) 281.39º 0.96% 1% -
XYZ 36.75 17.02 95.96 -
YUV 88.46 221.99 192.58 -
System Red Green Blue C M Y K H S L
Decimal 179 10 255 0.30 0.96 0 0 281.39 1 0.52
Hex B3 A FF 1E 60 0 0 119 64 34
Octal 263 12 377 36 140 0 0 431 144 64
Binary 10110011 1010 11111111 11110 1100000 0 0 100011001 1100100 110100

Color Harmonies of #B30AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30AFF

Black with #B30AFF

Text Example


Text Example

White with #B30AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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