Html Css Color HEX #B30BFF Electric Purple

📋 copy color: '#B30BFF'

red 179 ◦ green 11 ◦ blue 255

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

Shades of Electric Purple #B30BFF

Tints of Electric Purple #B30BFF

RGB

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

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

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

R = 40.22%
G = 2.47%
B = 57.3%

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

#B30BFF (or 0xB30BFF) is known color: Electric Purple. HEX triplet: B3, 0B and FF. RGB value is (179,11,255). Sum of RGB (Red+Green+Blue) = 179+11+255=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #B30BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30BFF is #4CF400. Grayscale: #585858. Windows color (decimal): -5043201 or 16714675. OLE color: 16714675.

HSL color Cylindrical-coordinate representation of color #B30BFF: hue angle of 281.31º 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 #B30BFF is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 11 255 -
CMYK 0.30 0.96 0 0
HSL 281.31º 1% 0.52% -
HSV(B) 281.31º 0.96% 1% -
XYZ 36.76 17.04 95.96 -
YUV 89.05 221.66 192.16 -
System Red Green Blue C M Y K H S L
Decimal 179 11 255 0.30 0.96 0 0 281.31 1 0.52
Hex B3 B FF 1E 60 0 0 119 64 34
Octal 263 13 377 36 140 0 0 431 144 64
Binary 10110011 1011 11111111 11110 1100000 0 0 100011001 1100100 110100

Color Harmonies of #B30BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30BFF

Black with #B30BFF

Text Example


Text Example

White with #B30BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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