Html Css Color HEX #B726FB Electric Purple

📋 copy color: '#B726FB'

red 183 ◦ green 38 ◦ blue 251

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

Shades of Electric Purple #B726FB

Tints of Electric Purple #B726FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.18%

R = 38.77%
G = 8.05%
B = 53.18%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B726FB (or 0xB726FB) is known color: Electric Purple. HEX triplet: B7, 26 and FB. RGB value is (183,38,251). Sum of RGB (Red+Green+Blue) = 183+38+251=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #B726FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B726FB is #48D904. Grayscale: #686868. Windows color (decimal): -4774149 or 16459447. OLE color: 16459447.

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

Color convert

RGB 183 38 251 -
CMYK 0.27 0.85 0 0.02
HSL 280.85º 0.96% 0.57% -
HSV(B) 280.85º 0.85% 0.98% -
XYZ 37.63 18.42 92.84 -
YUV 105.64 210.04 183.18 -
System Red Green Blue C M Y K H S L
Decimal 183 38 251 0.27 0.85 0 0.02 280.85 0.96 0.57
Hex B7 26 FB 1B 55 0 2 119 60 39
Octal 267 46 373 33 125 0 2 431 140 71
Binary 10110111 100110 11111011 11011 1010101 0 10 100011001 1100000 111001

Color Harmonies of #B726FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B726FB

Black with #B726FB

Text Example


Text Example

White with #B726FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B726FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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