Html Css Color HEX #B007FF Electric Purple

📋 copy color: '#B007FF'

red 176 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #B007FF

Tints of Electric Purple #B007FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.6%

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

R = 40.18%
G = 1.6%
B = 58.22%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B007FF (or 0xB007FF) is known color: Electric Purple. HEX triplet: B0, 07 and FF. RGB value is (176,7,255). Sum of RGB (Red+Green+Blue) = 176+7+255=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 7 (3.12% from 255 or 1.60% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #B007FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B007FF is #4FF800. Grayscale: #545454. Windows color (decimal): -5240833 or 16713648. OLE color: 16713648.

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

Color convert

RGB 176 7 255 -
CMYK 0.31 0.97 0 0
HSL 280.89º 1% 0.51% -
HSV(B) 280.89º 0.97% 1% -
XYZ 36.03 16.6 95.91 -
YUV 85.8 223.49 192.33 -
System Red Green Blue C M Y K H S L
Decimal 176 7 255 0.31 0.97 0 0 280.89 1 0.51
Hex B0 7 FF 1F 61 0 0 119 64 33
Octal 260 7 377 37 141 0 0 431 144 63
Binary 10110000 111 11111111 11111 1100001 0 0 100011001 1100100 110011

Color Harmonies of #B007FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B007FF

Black with #B007FF

Text Example


Text Example

White with #B007FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B007FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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