Html Css Color HEX #B732FD Electric Purple

📋 copy color: '#B732FD'

red 183 ◦ green 50 ◦ blue 253

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

Shades of Electric Purple #B732FD

Tints of Electric Purple #B732FD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.29%

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

R = 37.65%
G = 10.29%
B = 52.06%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B732FD (or 0xB732FD) is known color: Electric Purple. HEX triplet: B7, 32 and FD. RGB value is (183,50,253). Sum of RGB (Red+Green+Blue) = 183+50+253=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #B732FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B732FD is #48CD02. Grayscale: #707070. Windows color (decimal): -4771075 or 16593591. OLE color: 16593591.

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

Color convert

RGB 183 50 253 -
CMYK 0.28 0.80 0 0.01
HSL 279.31º 0.98% 0.59% -
HSV(B) 279.31º 0.8% 0.99% -
XYZ 38.4 19.44 94.66 -
YUV 112.91 207.06 177.99 -
System Red Green Blue C M Y K H S L
Decimal 183 50 253 0.28 0.80 0 0.01 279.31 0.98 0.59
Hex B7 32 FD 1C 50 0 1 117 62 3B
Octal 267 62 375 34 120 0 1 427 142 73
Binary 10110111 110010 11111101 11100 1010000 0 1 100010111 1100010 111011

Color Harmonies of #B732FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B732FD

Black with #B732FD

Text Example


Text Example

White with #B732FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B732FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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