Html Css Color HEX #B02BFD Electric Purple

📋 copy color: '#B02BFD'

red 176 ◦ green 43 ◦ blue 253

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

Shades of Electric Purple #B02BFD

Tints of Electric Purple #B02BFD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.11%

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

R = 37.29%
G = 9.11%
B = 53.6%

CMYK

 C value IS 0.30

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B02BFD (or 0xB02BFD) is known color: Electric Purple. HEX triplet: B0, 2B and FD. RGB value is (176,43,253). Sum of RGB (Red+Green+Blue) = 176+43+253=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 43 (17.19% from 255 or 9.11% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #B02BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02BFD is #4FD402. Grayscale: #696969. Windows color (decimal): -5231619 or 16591792. OLE color: 16591792.

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

Color convert

RGB 176 43 253 -
CMYK 0.30 0.83 0 0.01
HSL 278º 0.98% 0.58% -
HSV(B) 278º 0.83% 0.99% -
XYZ 36.5 18.05 94.49 -
YUV 106.71 210.56 177.42 -
System Red Green Blue C M Y K H S L
Decimal 176 43 253 0.30 0.83 0 0.01 278 0.98 0.58
Hex B0 2B FD 1E 53 0 1 116 62 3A
Octal 260 53 375 36 123 0 1 426 142 72
Binary 10110000 101011 11111101 11110 1010011 0 1 100010110 1100010 111010

Color Harmonies of #B02BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02BFD

Black with #B02BFD

Text Example


Text Example

White with #B02BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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