Html Css Color HEX #B726F3 Electric Purple

📋 copy color: '#B726F3'

red 183 ◦ green 38 ◦ blue 243

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

Shades of Electric Purple #B726F3

Tints of Electric Purple #B726F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.37%

R = 39.44%
G = 8.19%
B = 52.37%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B726F3 (or 0xB726F3) is known color: Electric Purple. HEX triplet: B7, 26 and F3. RGB value is (183,38,243). Sum of RGB (Red+Green+Blue) = 183+38+243=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 38 (15.23% from 255 or 8.19% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #B726F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B726F3 is #48D90C. Grayscale: #686868. Windows color (decimal): -4774157 or 15935159. OLE color: 15935159.

HSL color Cylindrical-coordinate representation of color #B726F3: hue angle of 282.44º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B726F3 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 38 243 -
CMYK 0.25 0.84 0 0.05
HSL 282.44º 0.9% 0.55% -
HSV(B) 282.44º 0.84% 0.95% -
XYZ 36.4 17.92 86.34 -
YUV 104.73 206.04 183.83 -
System Red Green Blue C M Y K H S L
Decimal 183 38 243 0.25 0.84 0 0.05 282.44 0.9 0.55
Hex B7 26 F3 19 54 0 5 11A 5A 37
Octal 267 46 363 31 124 0 5 432 132 67
Binary 10110111 100110 11110011 11001 1010100 0 101 100011010 1011010 110111

Color Harmonies of #B726F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B726F3

Black with #B726F3

Text Example


Text Example

White with #B726F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B726F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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