Html Css Color HEX #B727ED Electric Purple

📋 copy color: '#B727ED'

red 183 ◦ green 39 ◦ blue 237

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

Shades of Electric Purple #B727ED

Tints of Electric Purple #B727ED

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.5%

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

R = 39.87%
G = 8.5%
B = 51.63%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B727ED (or 0xB727ED) is known color: Electric Purple. HEX triplet: B7, 27 and ED. RGB value is (183,39,237). Sum of RGB (Red+Green+Blue) = 183+39+237=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 39 (15.62% from 255 or 8.50% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #B727ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B727ED is #48D812. Grayscale: #676767. Windows color (decimal): -4773907 or 15542199. OLE color: 15542199.

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

Color convert

RGB 183 39 237 -
CMYK 0.23 0.84 0 0.07
HSL 283.64º 0.85% 0.54% -
HSV(B) 283.64º 0.84% 0.93% -
XYZ 35.54 17.63 81.65 -
YUV 104.63 202.71 183.9 -
System Red Green Blue C M Y K H S L
Decimal 183 39 237 0.23 0.84 0 0.07 283.64 0.85 0.54
Hex B7 27 ED 17 54 0 7 11C 55 36
Octal 267 47 355 27 124 0 7 434 125 66
Binary 10110111 100111 11101101 10111 1010100 0 111 100011100 1010101 110110

Color Harmonies of #B727ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B727ED

Black with #B727ED

Text Example


Text Example

White with #B727ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B727ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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