Html Css Color HEX #B727FF Electric Purple

📋 copy color: '#B727FF'

red 183 ◦ green 39 ◦ blue 255

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

Shades of Electric Purple #B727FF

Tints of Electric Purple #B727FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.46%

R = 38.36%
G = 8.18%
B = 53.46%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B727FF (or 0xB727FF) is known color: Electric Purple. HEX triplet: B7, 27 and FF. RGB value is (183,39,255). Sum of RGB (Red+Green+Blue) = 183+39+255=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 39 (15.62% from 255 or 8.18% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #B727FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B727FF is #48D800. Grayscale: #696969. Windows color (decimal): -4773889 or 16721847. OLE color: 16721847.

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

Color convert

RGB 183 39 255 -
CMYK 0.28 0.85 0 0
HSL 280º 1% 0.58% -
HSV(B) 280º 0.85% 1% -
XYZ 38.3 18.74 96.21 -
YUV 106.68 211.71 182.44 -
System Red Green Blue C M Y K H S L
Decimal 183 39 255 0.28 0.85 0 0 280 1 0.58
Hex B7 27 FF 1C 55 0 0 118 64 3A
Octal 267 47 377 34 125 0 0 430 144 72
Binary 10110111 100111 11111111 11100 1010101 0 0 100011000 1100100 111010

Color Harmonies of #B727FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B727FF

Black with #B727FF

Text Example


Text Example

White with #B727FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B727FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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