Html Css Color HEX #B726FF Electric Purple

📋 copy color: '#B726FF'

red 183 ◦ green 38 ◦ blue 255

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

Shades of Electric Purple #B726FF

Tints of Electric Purple #B726FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.57%

R = 38.45%
G = 7.98%
B = 53.57%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B726FF (or 0xB726FF) is known color: Electric Purple. HEX triplet: B7, 26 and FF. RGB value is (183,38,255). Sum of RGB (Red+Green+Blue) = 183+38+255=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #B726FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B726FF is #48D900. Grayscale: #696969. Windows color (decimal): -4774145 or 16721591. OLE color: 16721591.

HSL color Cylindrical-coordinate representation of color #B726FF: hue angle of 280.09º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B726FF is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 183 38 255 -
CMYK 0.28 0.85 0 0
HSL 280.09º 1% 0.57% -
HSV(B) 280.09º 0.85% 1% -
XYZ 38.27 18.67 96.19 -
YUV 106.09 212.04 182.86 -
System Red Green Blue C M Y K H S L
Decimal 183 38 255 0.28 0.85 0 0 280.09 1 0.57
Hex B7 26 FF 1C 55 0 0 118 64 39
Octal 267 46 377 34 125 0 0 430 144 71
Binary 10110111 100110 11111111 11100 1010101 0 0 100011000 1100100 111001

Color Harmonies of #B726FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B726FF

Black with #B726FF

Text Example


Text Example

White with #B726FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B726FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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