Html Css Color HEX #B701F9 Electric Purple

📋 copy color: '#B701F9'

red 183 ◦ green 1 ◦ blue 249

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

Shades of Electric Purple #B701F9

Tints of Electric Purple #B701F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 57.51%

R = 42.26%
G = 0.23%
B = 57.51%

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

#B701F9 (or 0xB701F9) is known color: Electric Purple. HEX triplet: B7, 01 and F9. RGB value is (183,1,249). Sum of RGB (Red+Green+Blue) = 183+1+249=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 249 (97.66% from 255 or 57.51% from 433); Max value from RGB is 249 - color contains mainly: blue. Hex color #B701F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B701F9 is #48FE06. Grayscale: #525252. Windows color (decimal): -4783623 or 16318903. OLE color: 16318903.

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

Color convert

RGB 183 1 249 -
CMYK 0.27 1.00 0 0.02
HSL 284.03º 0.99% 0.49% -
HSV(B) 284.03º 1% 0.98% -
XYZ 36.64 16.93 90.96 -
YUV 83.69 221.3 198.83 -
System Red Green Blue C M Y K H S L
Decimal 183 1 249 0.27 1.00 0 0.02 284.03 0.99 0.49
Hex B7 1 F9 1B 64 0 2 11C 63 31
Octal 267 1 371 33 144 0 2 434 143 61
Binary 10110111 1 11111001 11011 1100100 0 10 100011100 1100011 110001

Color Harmonies of #B701F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B701F9

Black with #B701F9

Text Example


Text Example

White with #B701F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B701F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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