Html Css Color HEX #B30DFB Electric Purple

📋 copy color: '#B30DFB'

red 179 ◦ green 13 ◦ blue 251

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

Shades of Electric Purple #B30DFB

Tints of Electric Purple #B30DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.93%

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

R = 40.41%
G = 2.93%
B = 56.66%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B30DFB (or 0xB30DFB) is known color: Electric Purple. HEX triplet: B3, 0D and FB. RGB value is (179,13,251). Sum of RGB (Red+Green+Blue) = 179+13+251=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #B30DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30DFB is #4CF204. Grayscale: #585858. Windows color (decimal): -5042693 or 16453043. OLE color: 16453043.

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

Color convert

RGB 179 13 251 -
CMYK 0.29 0.95 0 0.02
HSL 281.85º 0.97% 0.52% -
HSV(B) 281.85º 0.95% 0.98% -
XYZ 36.15 16.84 92.61 -
YUV 89.77 219 191.65 -
System Red Green Blue C M Y K H S L
Decimal 179 13 251 0.29 0.95 0 0.02 281.85 0.97 0.52
Hex B3 D FB 1D 5F 0 2 11A 61 34
Octal 263 15 373 35 137 0 2 432 141 64
Binary 10110011 1101 11111011 11101 1011111 0 10 100011010 1100001 110100

Color Harmonies of #B30DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30DFB

Black with #B30DFB

Text Example


Text Example

White with #B30DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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