Html Css Color HEX #B02CFF Electric Purple

📋 copy color: '#B02CFF'

red 176 ◦ green 44 ◦ blue 255

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

Shades of Electric Purple #B02CFF

Tints of Electric Purple #B02CFF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.26%

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

R = 37.05%
G = 9.26%
B = 53.68%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B02CFF (or 0xB02CFF) is known color: Electric Purple. HEX triplet: B0, 2C and FF. RGB value is (176,44,255). Sum of RGB (Red+Green+Blue) = 176+44+255=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #B02CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B02CFF is #4FD300. Grayscale: #6A6A6A. Windows color (decimal): -5231361 or 16723120. OLE color: 16723120.

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

Color convert

RGB 176 44 255 -
CMYK 0.31 0.83 0 0
HSL 277.54º 1% 0.59% -
HSV(B) 277.54º 0.83% 1% -
XYZ 36.86 18.25 96.19 -
YUV 107.52 211.23 176.84 -
System Red Green Blue C M Y K H S L
Decimal 176 44 255 0.31 0.83 0 0 277.54 1 0.59
Hex B0 2C FF 1F 53 0 0 116 64 3B
Octal 260 54 377 37 123 0 0 426 144 73
Binary 10110000 101100 11111111 11111 1010011 0 0 100010110 1100100 111011

Color Harmonies of #B02CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02CFF

Black with #B02CFF

Text Example


Text Example

White with #B02CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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