Html Css Color HEX #B002FB Electric Purple

📋 copy color: '#B002FB'

red 176 ◦ green 2 ◦ blue 251

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

Shades of Electric Purple #B002FB

Tints of Electric Purple #B002FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.51%

R = 41.03%
G = 0.47%
B = 58.51%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B002FB (or 0xB002FB) is known color: Electric Purple. HEX triplet: B0, 02 and FB. RGB value is (176,2,251). Sum of RGB (Red+Green+Blue) = 176+2+251=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #B002FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B002FB is #4FFD04. Grayscale: #515151. Windows color (decimal): -5242117 or 16450224. OLE color: 16450224.

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

Color convert

RGB 176 2 251 -
CMYK 0.30 0.99 0 0.02
HSL 281.93º 0.98% 0.5% -
HSV(B) 281.93º 0.99% 0.98% -
XYZ 35.34 16.24 92.54 -
YUV 82.41 223.15 194.75 -
System Red Green Blue C M Y K H S L
Decimal 176 2 251 0.30 0.99 0 0.02 281.93 0.98 0.5
Hex B0 2 FB 1E 63 0 2 11A 62 32
Octal 260 2 373 36 143 0 2 432 142 62
Binary 10110000 10 11111011 11110 1100011 0 10 100011010 1100010 110010

Color Harmonies of #B002FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B002FB

Black with #B002FB

Text Example


Text Example

White with #B002FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B002FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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