Html Css Color HEX #B726EA Electric Purple

📋 copy color: '#B726EA'

red 183 ◦ green 38 ◦ blue 234

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

Shades of Electric Purple #B726EA

Tints of Electric Purple #B726EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.43%

R = 40.22%
G = 8.35%
B = 51.43%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B726EA (or 0xB726EA) is known color: Electric Purple. HEX triplet: B7, 26 and EA. RGB value is (183,38,234). Sum of RGB (Red+Green+Blue) = 183+38+234=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #B726EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B726EA is #48D915. Grayscale: #676767. Windows color (decimal): -4774166 or 15345335. OLE color: 15345335.

HSL color Cylindrical-coordinate representation of color #B726EA: hue angle of 284.39º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B726EA is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 38 234 -
CMYK 0.22 0.84 0 0.08
HSL 284.39º 0.82% 0.53% -
HSV(B) 284.39º 0.84% 0.92% -
XYZ 35.07 17.39 79.35 -
YUV 103.7 201.54 184.56 -
System Red Green Blue C M Y K H S L
Decimal 183 38 234 0.22 0.84 0 0.08 284.39 0.82 0.53
Hex B7 26 EA 16 54 0 8 11C 52 35
Octal 267 46 352 26 124 0 10 434 122 65
Binary 10110111 100110 11101010 10110 1010100 0 1000 100011100 1010010 110101

Color Harmonies of #B726EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B726EA

Black with #B726EA

Text Example


Text Example

White with #B726EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B726EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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