Html Css Color HEX #B30BFD Electric Purple

📋 copy color: '#B30BFD'

red 179 ◦ green 11 ◦ blue 253

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

Shades of Electric Purple #B30BFD

Tints of Electric Purple #B30BFD

RGB

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

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

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

R = 40.41%
G = 2.48%
B = 57.11%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B30BFD (or 0xB30BFD) is known color: Electric Purple. HEX triplet: B3, 0B and FD. RGB value is (179,11,253). Sum of RGB (Red+Green+Blue) = 179+11+253=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 11 (4.69% from 255 or 2.48% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #B30BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30BFD is #4CF402. Grayscale: #585858. Windows color (decimal): -5043203 or 16583603. OLE color: 16583603.

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

Color convert

RGB 179 11 253 -
CMYK 0.29 0.96 0 0.01
HSL 281.65º 0.98% 0.52% -
HSV(B) 281.65º 0.96% 0.99% -
XYZ 36.44 16.91 94.27 -
YUV 88.82 220.66 192.32 -
System Red Green Blue C M Y K H S L
Decimal 179 11 253 0.29 0.96 0 0.01 281.65 0.98 0.52
Hex B3 B FD 1D 60 0 1 11A 62 34
Octal 263 13 375 35 140 0 1 432 142 64
Binary 10110011 1011 11111101 11101 1100000 0 1 100011010 1100010 110100

Color Harmonies of #B30BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30BFD

Black with #B30BFD

Text Example


Text Example

White with #B30BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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