Html Css Color HEX #B30BFB Electric Purple

📋 copy color: '#B30BFB'

red 179 ◦ green 11 ◦ blue 251

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

Shades of Electric Purple #B30BFB

Tints of Electric Purple #B30BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.92%

R = 40.59%
G = 2.49%
B = 56.92%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B30BFB (or 0xB30BFB) is known color: Electric Purple. HEX triplet: B3, 0B and FB. RGB value is (179,11,251). Sum of RGB (Red+Green+Blue) = 179+11+251=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #B30BFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30BFB is #4CF404. Grayscale: #575757. Windows color (decimal): -5043205 or 16452531. OLE color: 16452531.

HSL color Cylindrical-coordinate representation of color #B30BFB: hue angle of 282º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30BFB is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 11 251 -
CMYK 0.29 0.96 0 0.02
HSL 282º 0.97% 0.51% -
HSV(B) 282º 0.96% 0.98% -
XYZ 36.12 16.79 92.6 -
YUV 88.59 219.66 192.49 -
System Red Green Blue C M Y K H S L
Decimal 179 11 251 0.29 0.96 0 0.02 282 0.97 0.51
Hex B3 B FB 1D 60 0 2 11A 61 33
Octal 263 13 373 35 140 0 2 432 141 63
Binary 10110011 1011 11111011 11101 1100000 0 10 100011010 1100001 110011

Color Harmonies of #B30BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30BFB

Black with #B30BFB

Text Example


Text Example

White with #B30BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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