Html Css Color HEX #B727EF Electric Purple

📋 copy color: '#B727EF'

red 183 ◦ green 39 ◦ blue 239

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

Shades of Electric Purple #B727EF

Tints of Electric Purple #B727EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.84%

R = 39.7%
G = 8.46%
B = 51.84%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B727EF (or 0xB727EF) is known color: Electric Purple. HEX triplet: B7, 27 and EF. RGB value is (183,39,239). Sum of RGB (Red+Green+Blue) = 183+39+239=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 39 (15.62% from 255 or 8.46% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #B727EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B727EF is #48D810. Grayscale: #686868. Windows color (decimal): -4773905 or 15673271. OLE color: 15673271.

HSL color Cylindrical-coordinate representation of color #B727EF: hue angle of 283.2º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B727EF is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 39 239 -
CMYK 0.23 0.84 0 0.06
HSL 283.2º 0.86% 0.55% -
HSV(B) 283.2º 0.84% 0.94% -
XYZ 35.83 17.75 83.2 -
YUV 104.86 203.71 183.74 -
System Red Green Blue C M Y K H S L
Decimal 183 39 239 0.23 0.84 0 0.06 283.2 0.86 0.55
Hex B7 27 EF 17 54 0 6 11B 56 37
Octal 267 47 357 27 124 0 6 433 126 67
Binary 10110111 100111 11101111 10111 1010100 0 110 100011011 1010110 110111

Color Harmonies of #B727EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B727EF

Black with #B727EF

Text Example


Text Example

White with #B727EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B727EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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