Html Css Color HEX #B002FD Electric Purple

📋 copy color: '#B002FD'

red 176 ◦ green 2 ◦ blue 253

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

Shades of Electric Purple #B002FD

Tints of Electric Purple #B002FD

RGB

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

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

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

R = 40.84%
G = 0.46%
B = 58.7%

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

#B002FD (or 0xB002FD) is known color: Electric Purple. HEX triplet: B0, 02 and FD. RGB value is (176,2,253). Sum of RGB (Red+Green+Blue) = 176+2+253=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #B002FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B002FD is #4FFD02. Grayscale: #515151. Windows color (decimal): -5242115 or 16581296. OLE color: 16581296.

HSL color Cylindrical-coordinate representation of color #B002FD: hue angle of 281.59º 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 #B002FD is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 2 253 -
CMYK 0.30 0.99 0 0.01
HSL 281.59º 0.98% 0.5% -
HSV(B) 281.59º 0.99% 0.99% -
XYZ 35.66 16.37 94.21 -
YUV 82.64 224.15 194.59 -
System Red Green Blue C M Y K H S L
Decimal 176 2 253 0.30 0.99 0 0.01 281.59 0.98 0.5
Hex B0 2 FD 1E 63 0 1 11A 62 32
Octal 260 2 375 36 143 0 1 432 142 62
Binary 10110000 10 11111101 11110 1100011 0 1 100011010 1100010 110010

Color Harmonies of #B002FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B002FD

Black with #B002FD

Text Example


Text Example

White with #B002FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B002FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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