Html Css Color HEX #B731FD Electric Purple

📋 copy color: '#B731FD'

red 183 ◦ green 49 ◦ blue 253

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

Shades of Electric Purple #B731FD

Tints of Electric Purple #B731FD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.1%

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 37.73%
G = 10.1%
B = 52.16%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B731FD (or 0xB731FD) is known color: Electric Purple. HEX triplet: B7, 31 and FD. RGB value is (183,49,253). Sum of RGB (Red+Green+Blue) = 183+49+253=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #B731FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B731FD is #48CE02. Grayscale: #6F6F6F. Windows color (decimal): -4771331 or 16593335. OLE color: 16593335.

HSL color Cylindrical-coordinate representation of color #B731FD: hue angle of 279.41º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B731FD is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 49 253 -
CMYK 0.28 0.81 0 0.01
HSL 279.41º 0.98% 0.59% -
HSV(B) 279.41º 0.81% 0.99% -
XYZ 38.36 19.36 94.64 -
YUV 112.32 207.39 178.41 -
System Red Green Blue C M Y K H S L
Decimal 183 49 253 0.28 0.81 0 0.01 279.41 0.98 0.59
Hex B7 31 FD 1C 51 0 1 117 62 3B
Octal 267 61 375 34 121 0 1 427 142 73
Binary 10110111 110001 11111101 11100 1010001 0 1 100010111 1100010 111011

Color Harmonies of #B731FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B731FD

Black with #B731FD

Text Example


Text Example

White with #B731FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B731FD; }

 p { color: rgb(183,49,253); }

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

background-color css

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

 a { background-color: rgb(183,49,253); }

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

border-color css

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

 span { border-color: rgb(183,49,253); }

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