Html Css Color HEX #B726EE Electric Purple

📋 copy color: '#B726EE'

red 183 ◦ green 38 ◦ blue 238

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

Shades of Electric Purple #B726EE

Tints of Electric Purple #B726EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.85%

R = 39.87%
G = 8.28%
B = 51.85%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B726EE (or 0xB726EE) is known color: Electric Purple. HEX triplet: B7, 26 and EE. RGB value is (183,38,238). Sum of RGB (Red+Green+Blue) = 183+38+238=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 38 (15.23% from 255 or 8.28% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #B726EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B726EE is #48D911. Grayscale: #676767. Windows color (decimal): -4774162 or 15607479. OLE color: 15607479.

HSL color Cylindrical-coordinate representation of color #B726EE: hue angle of 283.5º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B726EE is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 38 238 -
CMYK 0.23 0.84 0 0.07
HSL 283.5º 0.85% 0.54% -
HSV(B) 283.5º 0.84% 0.93% -
XYZ 35.65 17.63 82.41 -
YUV 104.16 203.54 184.24 -
System Red Green Blue C M Y K H S L
Decimal 183 38 238 0.23 0.84 0 0.07 283.5 0.85 0.54
Hex B7 26 EE 17 54 0 7 11C 55 36
Octal 267 46 356 27 124 0 7 434 125 66
Binary 10110111 100110 11101110 10111 1010100 0 111 100011100 1010101 110110

Color Harmonies of #B726EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B726EE

Black with #B726EE

Text Example


Text Example

White with #B726EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B726EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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