Html Css Color HEX #B727FE Electric Purple

📋 copy color: '#B727FE'

red 183 ◦ green 39 ◦ blue 254

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

Shades of Electric Purple #B727FE

Tints of Electric Purple #B727FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.36%

R = 38.45%
G = 8.19%
B = 53.36%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B727FE (or 0xB727FE) is known color: Electric Purple. HEX triplet: B7, 27 and FE. RGB value is (183,39,254). Sum of RGB (Red+Green+Blue) = 183+39+254=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #B727FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B727FE is #48D801. Grayscale: #696969. Windows color (decimal): -4773890 or 16656311. OLE color: 16656311.

HSL color Cylindrical-coordinate representation of color #B727FE: hue angle of 280.19º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B727FE is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 183 39 254 -
CMYK 0.28 0.85 0 0.00
HSL 280.19º 0.99% 0.57% -
HSV(B) 280.19º 0.85% 1% -
XYZ 38.14 18.67 95.36 -
YUV 106.57 211.21 182.52 -
System Red Green Blue C M Y K H S L
Decimal 183 39 254 0.28 0.85 0 0.00 280.19 0.99 0.57
Hex B7 27 FE 1C 55 0 0 118 63 39
Octal 267 47 376 34 125 0 0 430 143 71
Binary 10110111 100111 11111110 11100 1010101 0 0 100011000 1100011 111001

Color Harmonies of #B727FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B727FE

Black with #B727FE

Text Example


Text Example

White with #B727FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B727FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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