Html Css Color HEX #B701EE Electric Purple

📋 copy color: '#B701EE'

red 183 ◦ green 1 ◦ blue 238

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

Shades of Electric Purple #B701EE

Tints of Electric Purple #B701EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.4%

R = 43.36%
G = 0.24%
B = 56.4%

CMYK

 C value IS 0.23

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B701EE (or 0xB701EE) is known color: Electric Purple. HEX triplet: B7, 01 and EE. RGB value is (183,1,238). Sum of RGB (Red+Green+Blue) = 183+1+238=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #B701EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B701EE is #48FE11. Grayscale: #515151. Windows color (decimal): -4783634 or 15598007. OLE color: 15598007.

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

Color convert

RGB 183 1 238 -
CMYK 0.23 1.00 0 0.07
HSL 286.08º 0.99% 0.47% -
HSV(B) 286.08º 1% 0.93% -
XYZ 34.97 16.26 82.18 -
YUV 82.44 215.8 199.73 -
System Red Green Blue C M Y K H S L
Decimal 183 1 238 0.23 1.00 0 0.07 286.08 0.99 0.47
Hex B7 1 EE 17 64 0 7 11E 63 2F
Octal 267 1 356 27 144 0 7 436 143 57
Binary 10110111 1 11101110 10111 1100100 0 111 100011110 1100011 101111

Color Harmonies of #B701EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B701EE

Black with #B701EE

Text Example


Text Example

White with #B701EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B701EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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