Html Css Color HEX #B729FD Electric Purple

📋 copy color: '#B729FD'

red 183 ◦ green 41 ◦ blue 253

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

Shades of Electric Purple #B729FD

Tints of Electric Purple #B729FD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.6%

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

R = 38.36%
G = 8.6%
B = 53.04%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B729FD (or 0xB729FD) is known color: Electric Purple. HEX triplet: B7, 29 and FD. RGB value is (183,41,253). Sum of RGB (Red+Green+Blue) = 183+41+253=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #B729FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B729FD is #48D602. Grayscale: #6A6A6A. Windows color (decimal): -4773379 or 16591287. OLE color: 16591287.

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

Color convert

RGB 183 41 253 -
CMYK 0.28 0.84 0 0.01
HSL 280.19º 0.98% 0.58% -
HSV(B) 280.19º 0.84% 0.99% -
XYZ 38.05 18.75 94.54 -
YUV 107.63 210.04 181.76 -
System Red Green Blue C M Y K H S L
Decimal 183 41 253 0.28 0.84 0 0.01 280.19 0.98 0.58
Hex B7 29 FD 1C 54 0 1 118 62 3A
Octal 267 51 375 34 124 0 1 430 142 72
Binary 10110111 101001 11111101 11100 1010100 0 1 100011000 1100010 111010

Color Harmonies of #B729FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B729FD

Black with #B729FD

Text Example


Text Example

White with #B729FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B729FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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