Html Css Color HEX #B002FF Electric Purple

📋 copy color: '#B002FF'

red 176 ◦ green 2 ◦ blue 255

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

Shades of Electric Purple #B002FF

Tints of Electric Purple #B002FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.89%

R = 40.65%
G = 0.46%
B = 58.89%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B002FF (or 0xB002FF) is known color: Electric Purple. HEX triplet: B0, 02 and FF. RGB value is (176,2,255). Sum of RGB (Red+Green+Blue) = 176+2+255=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #B002FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B002FF is #4FFD00. Grayscale: #525252. Windows color (decimal): -5242113 or 16712368. OLE color: 16712368.

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

Color convert

RGB 176 2 255 -
CMYK 0.31 0.99 0 0
HSL 281.26º 1% 0.5% -
HSV(B) 281.26º 0.99% 1% -
XYZ 35.98 16.49 95.9 -
YUV 82.87 225.15 194.43 -
System Red Green Blue C M Y K H S L
Decimal 176 2 255 0.31 0.99 0 0 281.26 1 0.5
Hex B0 2 FF 1F 63 0 0 119 64 32
Octal 260 2 377 37 143 0 0 431 144 62
Binary 10110000 10 11111111 11111 1100011 0 0 100011001 1100100 110010

Color Harmonies of #B002FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B002FF

Black with #B002FF

Text Example


Text Example

White with #B002FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B002FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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