Html Css Color HEX #B701FA Electric Purple

📋 copy color: '#B701FA'

red 183 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #B701FA

Tints of Electric Purple #B701FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.6%

R = 42.17%
G = 0.23%
B = 57.6%

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

#B701FA (or 0xB701FA) is known color: Electric Purple. HEX triplet: B7, 01 and FA. RGB value is (183,1,250). Sum of RGB (Red+Green+Blue) = 183+1+250=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #B701FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B701FA is #48FE05. Grayscale: #525252. Windows color (decimal): -4783622 or 16384439. OLE color: 16384439.

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

Color convert

RGB 183 1 250 -
CMYK 0.27 1.00 0 0.02
HSL 283.86º 0.99% 0.49% -
HSV(B) 283.86º 1% 0.98% -
XYZ 36.79 16.99 91.78 -
YUV 83.8 221.8 198.75 -
System Red Green Blue C M Y K H S L
Decimal 183 1 250 0.27 1.00 0 0.02 283.86 0.99 0.49
Hex B7 1 FA 1B 64 0 2 11C 63 31
Octal 267 1 372 33 144 0 2 434 143 61
Binary 10110111 1 11111010 11011 1100100 0 10 100011100 1100011 110001

Color Harmonies of #B701FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B701FA

Black with #B701FA

Text Example


Text Example

White with #B701FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B701FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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