Html Css Color HEX #B701FF Electric Purple

📋 copy color: '#B701FF'

red 183 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #B701FF

Tints of Electric Purple #B701FF

RGB

 RED value IS 183 (71.88% from 255) = 41.69%

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 41.69%
G = 0.23%
B = 58.09%

CMYK

 C value IS 0.28

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B701FF (or 0xB701FF) is known color: Electric Purple. HEX triplet: B7, 01 and FF. RGB value is (183,1,255). Sum of RGB (Red+Green+Blue) = 183+1+255=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #B701FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B701FF is #48FE00. Grayscale: #535353. Windows color (decimal): -4783617 or 16712119. OLE color: 16712119.

HSL color Cylindrical-coordinate representation of color #B701FF: hue angle of 282.99º 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 #B701FF is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 183 1 255 -
CMYK 0.28 1.00 0 0
HSL 282.99º 1% 0.5% -
HSV(B) 282.99º 1% 1% -
XYZ 37.59 17.31 95.97 -
YUV 84.37 224.3 198.35 -
System Red Green Blue C M Y K H S L
Decimal 183 1 255 0.28 1.00 0 0 282.99 1 0.5
Hex B7 1 FF 1C 64 0 0 11B 64 32
Octal 267 1 377 34 144 0 0 433 144 62
Binary 10110111 1 11111111 11100 1100100 0 0 100011011 1100100 110010

Color Harmonies of #B701FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B701FF

Black with #B701FF

Text Example


Text Example

White with #B701FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B701FF; }

 p { color: rgb(183,1,255); }

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

background-color css

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

 a { background-color: rgb(183,1,255); }

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

border-color css

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

 span { border-color: rgb(183,1,255); }

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