Html Css Color HEX #B01CFC Electric Purple

📋 copy color: '#B01CFC'

red 176 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #B01CFC

Tints of Electric Purple #B01CFC

RGB

 RED value IS 176 (69.14% from 255) = 38.6%

 GREEN value IS 28 (11.33% from 255) = 6.14%

 BLUE value IS 252 (98.83% from 255) = 55.26%

R = 38.6%
G = 6.14%
B = 55.26%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B01CFC (or 0xB01CFC) is known color: Electric Purple. HEX triplet: B0, 1C and FC. RGB value is (176,28,252). Sum of RGB (Red+Green+Blue) = 176+28+252=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #B01CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B01CFC is #4FE303. Grayscale: #616161. Windows color (decimal): -5235460 or 16522416. OLE color: 16522416.

HSL color Cylindrical-coordinate representation of color #B01CFC: hue angle of 279.64º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01CFC is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 28 252 -
CMYK 0.30 0.89 0 0.01
HSL 279.64º 0.97% 0.55% -
HSV(B) 279.64º 0.89% 0.99% -
XYZ 35.89 17.09 93.5 -
YUV 97.79 215.03 183.79 -
System Red Green Blue C M Y K H S L
Decimal 176 28 252 0.30 0.89 0 0.01 279.64 0.97 0.55
Hex B0 1C FC 1E 59 0 1 118 61 37
Octal 260 34 374 36 131 0 1 430 141 67
Binary 10110000 11100 11111100 11110 1011001 0 1 100011000 1100001 110111

Color Harmonies of #B01CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01CFC

Black with #B01CFC

Text Example


Text Example

White with #B01CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01CFC; }

 p { color: rgb(176,28,252); }

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

background-color css

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

 a { background-color: rgb(176,28,252); }

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

border-color css

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

 span { border-color: rgb(176,28,252); }

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