Html Css Color HEX #B30CFD Electric Purple

📋 copy color: '#B30CFD'

red 179 ◦ green 12 ◦ blue 253

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

Shades of Electric Purple #B30CFD

Tints of Electric Purple #B30CFD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.7%

 BLUE value IS 253 (99.22% from 255) = 56.98%

R = 40.32%
G = 2.7%
B = 56.98%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B30CFD (or 0xB30CFD) is known color: Electric Purple. HEX triplet: B3, 0C and FD. RGB value is (179,12,253). Sum of RGB (Red+Green+Blue) = 179+12+253=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #B30CFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30CFD is #4CF302. Grayscale: #585858. Windows color (decimal): -5042947 or 16583859. OLE color: 16583859.

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

Color convert

RGB 179 12 253 -
CMYK 0.29 0.95 0 0.01
HSL 281.58º 0.98% 0.52% -
HSV(B) 281.58º 0.95% 0.99% -
XYZ 36.45 16.94 94.28 -
YUV 89.41 220.33 191.9 -
System Red Green Blue C M Y K H S L
Decimal 179 12 253 0.29 0.95 0 0.01 281.58 0.98 0.52
Hex B3 C FD 1D 5F 0 1 11A 62 34
Octal 263 14 375 35 137 0 1 432 142 64
Binary 10110011 1100 11111101 11101 1011111 0 1 100011010 1100010 110100

Color Harmonies of #B30CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30CFD

Black with #B30CFD

Text Example


Text Example

White with #B30CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30CFD; }

 p { color: rgb(179,12,253); }

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

background-color css

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

 a { background-color: rgb(179,12,253); }

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

border-color css

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

 span { border-color: rgb(179,12,253); }

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