Html Css Color HEX #B726F8 Electric Purple

📋 copy color: '#B726F8'

red 183 ◦ green 38 ◦ blue 248

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

Shades of Electric Purple #B726F8

Tints of Electric Purple #B726F8

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.1%

 BLUE value IS 248 (97.27% from 255) = 52.88%

R = 39.02%
G = 8.1%
B = 52.88%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B726F8 (or 0xB726F8) is known color: Electric Purple. HEX triplet: B7, 26 and F8. RGB value is (183,38,248). Sum of RGB (Red+Green+Blue) = 183+38+248=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 38 (15.23% from 255 or 8.10% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #B726F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B726F8 is #48D907. Grayscale: #686868. Windows color (decimal): -4774152 or 16262839. OLE color: 16262839.

HSL color Cylindrical-coordinate representation of color #B726F8: hue angle of 281.43º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B726F8 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 38 248 -
CMYK 0.26 0.85 0 0.03
HSL 281.43º 0.94% 0.56% -
HSV(B) 281.43º 0.85% 0.97% -
XYZ 37.16 18.23 90.37 -
YUV 105.3 208.54 183.42 -
System Red Green Blue C M Y K H S L
Decimal 183 38 248 0.26 0.85 0 0.03 281.43 0.94 0.56
Hex B7 26 F8 1A 55 0 3 119 5E 38
Octal 267 46 370 32 125 0 3 431 136 70
Binary 10110111 100110 11111000 11010 1010101 0 11 100011001 1011110 111000

Color Harmonies of #B726F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B726F8

Black with #B726F8

Text Example


Text Example

White with #B726F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B726F8; }

 p { color: rgb(183,38,248); }

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

background-color css

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

 a { background-color: rgb(183,38,248); }

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

border-color css

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

 span { border-color: rgb(183,38,248); }

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