Html Css Color HEX #B023FF Electric Purple

📋 copy color: '#B023FF'

red 176 ◦ green 35 ◦ blue 255

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

Shades of Electric Purple #B023FF

Tints of Electric Purple #B023FF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.51%

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

R = 37.77%
G = 7.51%
B = 54.72%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B023FF (or 0xB023FF) is known color: Electric Purple. HEX triplet: B0, 23 and FF. RGB value is (176,35,255). Sum of RGB (Red+Green+Blue) = 176+35+255=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 35 (14.06% from 255 or 7.51% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #B023FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B023FF is #4FDC00. Grayscale: #656565. Windows color (decimal): -5233665 or 16720816. OLE color: 16720816.

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

Color convert

RGB 176 35 255 -
CMYK 0.31 0.86 0 0
HSL 278.45º 1% 0.57% -
HSV(B) 278.45º 0.86% 1% -
XYZ 36.56 17.65 96.09 -
YUV 102.24 214.21 180.61 -
System Red Green Blue C M Y K H S L
Decimal 176 35 255 0.31 0.86 0 0 278.45 1 0.57
Hex B0 23 FF 1F 56 0 0 116 64 39
Octal 260 43 377 37 126 0 0 426 144 71
Binary 10110000 100011 11111111 11111 1010110 0 0 100010110 1100100 111001

Color Harmonies of #B023FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B023FF

Black with #B023FF

Text Example


Text Example

White with #B023FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B023FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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