Html Css Color HEX #B000FF Electric Purple

📋 copy color: '#B000FF'

red 176 ◦ green 0 ◦ blue 255

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

Shades of Electric Purple #B000FF

Tints of Electric Purple #B000FF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.84%
G = 0%
B = 59.16%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B000FF (or 0xB000FF) is known color: Electric Purple. HEX triplet: B0, 00 and FF. RGB value is (176,0,255). Sum of RGB (Red+Green+Blue) = 176+0+255=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #B000FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B000FF is #4FFF00. Grayscale: #505050. Windows color (decimal): -5242625 or 16711856. OLE color: 16711856.

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

Color convert

RGB 176 0 255 -
CMYK 0.31 1 0 0
HSL 281.41º 1% 0.5% -
HSV(B) 281.41º 1% 1% -
XYZ 35.95 16.45 95.89 -
YUV 81.69 225.81 195.27 -
System Red Green Blue C M Y K H S L
Decimal 176 0 255 0.31 1 0 0 281.41 1 0.5
Hex B0 0 FF 1F 64 0 0 119 64 32
Octal 260 0 377 37 144 0 0 431 144 62
Binary 10110000 0 11111111 11111 1100100 0 0 100011001 1100100 110010

Color Harmonies of #B000FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B000FF

Black with #B000FF

Text Example


Text Example

White with #B000FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B000FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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