Html Css Color HEX #B701FB Electric Purple

📋 copy color: '#B701FB'

red 183 ◦ green 1 ◦ blue 251

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

Shades of Electric Purple #B701FB

Tints of Electric Purple #B701FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.7%

R = 42.07%
G = 0.23%
B = 57.7%

CMYK

 C value IS 0.27

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B701FB (or 0xB701FB) is known color: Electric Purple. HEX triplet: B7, 01 and FB. RGB value is (183,1,251). Sum of RGB (Red+Green+Blue) = 183+1+251=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #B701FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B701FB is #48FE04. Grayscale: #535353. Windows color (decimal): -4783621 or 16449975. OLE color: 16449975.

HSL color Cylindrical-coordinate representation of color #B701FB: hue angle of 283.68º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B701FB is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 1 251 -
CMYK 0.27 1.00 0 0.02
HSL 283.68º 0.99% 0.49% -
HSV(B) 283.68º 1% 0.98% -
XYZ 36.95 17.05 92.61 -
YUV 83.92 222.3 198.67 -
System Red Green Blue C M Y K H S L
Decimal 183 1 251 0.27 1.00 0 0.02 283.68 0.99 0.49
Hex B7 1 FB 1B 64 0 2 11C 63 31
Octal 267 1 373 33 144 0 2 434 143 61
Binary 10110111 1 11111011 11011 1100100 0 10 100011100 1100011 110001

Color Harmonies of #B701FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B701FB

Black with #B701FB

Text Example


Text Example

White with #B701FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B701FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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