Html Css Color HEX #B726EF Electric Purple

📋 copy color: '#B726EF'

red 183 ◦ green 38 ◦ blue 239

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

Shades of Electric Purple #B726EF

Tints of Electric Purple #B726EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.96%

R = 39.78%
G = 8.26%
B = 51.96%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B726EF (or 0xB726EF) is known color: Electric Purple. HEX triplet: B7, 26 and EF. RGB value is (183,38,239). Sum of RGB (Red+Green+Blue) = 183+38+239=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 38 (15.23% from 255 or 8.26% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #B726EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B726EF is #48D910. Grayscale: #676767. Windows color (decimal): -4774161 or 15673015. OLE color: 15673015.

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

Color convert

RGB 183 38 239 -
CMYK 0.23 0.84 0 0.06
HSL 283.28º 0.86% 0.54% -
HSV(B) 283.28º 0.84% 0.94% -
XYZ 35.8 17.69 83.19 -
YUV 104.27 204.04 184.16 -
System Red Green Blue C M Y K H S L
Decimal 183 38 239 0.23 0.84 0 0.06 283.28 0.86 0.54
Hex B7 26 EF 17 54 0 6 11B 56 36
Octal 267 46 357 27 124 0 6 433 126 66
Binary 10110111 100110 11101111 10111 1010100 0 110 100011011 1010110 110110

Color Harmonies of #B726EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B726EF

Black with #B726EF

Text Example


Text Example

White with #B726EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B726EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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