Html Css Color HEX #B700ED Electric Purple

📋 copy color: '#B700ED'

red 183 ◦ green 0 ◦ blue 237

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

Shades of Electric Purple #B700ED

Tints of Electric Purple #B700ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 237 (92.97% from 255) = 56.43%

R = 43.57%
G = 0%
B = 56.43%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B700ED (or 0xB700ED) is known color: Electric Purple. HEX triplet: B7, 00 and ED. RGB value is (183,0,237). Sum of RGB (Red+Green+Blue) = 183+0+237=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #B700ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B700ED is #48FF12. Grayscale: #505050. Windows color (decimal): -4783891 or 15532215. OLE color: 15532215.

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

Color convert

RGB 183 0 237 -
CMYK 0.23 1 0 0.07
HSL 286.33º 1% 0.46% -
HSV(B) 286.33º 1% 0.93% -
XYZ 34.81 16.18 81.41 -
YUV 81.74 215.63 200.23 -
System Red Green Blue C M Y K H S L
Decimal 183 0 237 0.23 1 0 0.07 286.33 1 0.46
Hex B7 0 ED 17 64 0 7 11E 64 2E
Octal 267 0 355 27 144 0 7 436 144 56
Binary 10110111 0 11101101 10111 1100100 0 111 100011110 1100100 101110

Color Harmonies of #B700ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B700ED

Black with #B700ED

Text Example


Text Example

White with #B700ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B700ED; }

 p { color: rgb(183,0,237); }

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

background-color css

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

 a { background-color: rgb(183,0,237); }

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

border-color css

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

 span { border-color: rgb(183,0,237); }

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