Html Css Color HEX #B002FC Electric Purple

📋 copy color: '#B002FC'

red 176 ◦ green 2 ◦ blue 252

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

Shades of Electric Purple #B002FC

Tints of Electric Purple #B002FC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

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

R = 40.93%
G = 0.47%
B = 58.6%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B002FC (or 0xB002FC) is known color: Electric Purple. HEX triplet: B0, 02 and FC. RGB value is (176,2,252). Sum of RGB (Red+Green+Blue) = 176+2+252=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #B002FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B002FC is #4FFD03. Grayscale: #515151. Windows color (decimal): -5242116 or 16515760. OLE color: 16515760.

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

Color convert

RGB 176 2 252 -
CMYK 0.30 0.99 0 0.01
HSL 281.76º 0.98% 0.5% -
HSV(B) 281.76º 0.99% 0.99% -
XYZ 35.5 16.3 93.37 -
YUV 82.53 223.65 194.67 -
System Red Green Blue C M Y K H S L
Decimal 176 2 252 0.30 0.99 0 0.01 281.76 0.98 0.5
Hex B0 2 FC 1E 63 0 1 11A 62 32
Octal 260 2 374 36 143 0 1 432 142 62
Binary 10110000 10 11111100 11110 1100011 0 1 100011010 1100010 110010

Color Harmonies of #B002FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B002FC

Black with #B002FC

Text Example


Text Example

White with #B002FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B002FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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