Html Css Color HEX #B701EC Electric Purple

📋 copy color: '#B701EC'

red 183 ◦ green 1 ◦ blue 236

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

Shades of Electric Purple #B701EC

Tints of Electric Purple #B701EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.19%

R = 43.57%
G = 0.24%
B = 56.19%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B701EC (or 0xB701EC) is known color: Electric Purple. HEX triplet: B7, 01 and EC. RGB value is (183,1,236). Sum of RGB (Red+Green+Blue) = 183+1+236=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #B701EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B701EC is #48FE13. Grayscale: #515151. Windows color (decimal): -4783636 or 15466935. OLE color: 15466935.

HSL color Cylindrical-coordinate representation of color #B701EC: hue angle of 286.47º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B701EC is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 1 236 -
CMYK 0.22 1.00 0 0.07
HSL 286.47º 0.99% 0.46% -
HSV(B) 286.47º 1% 0.93% -
XYZ 34.68 16.15 80.65 -
YUV 82.21 214.8 199.89 -
System Red Green Blue C M Y K H S L
Decimal 183 1 236 0.22 1.00 0 0.07 286.47 0.99 0.46
Hex B7 1 EC 16 64 0 7 11E 63 2E
Octal 267 1 354 26 144 0 7 436 143 56
Binary 10110111 1 11101100 10110 1100100 0 111 100011110 1100011 101110

Color Harmonies of #B701EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B701EC

Black with #B701EC

Text Example


Text Example

White with #B701EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B701EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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