Html Css Color HEX #B726FA Electric Purple

📋 copy color: '#B726FA'

red 183 ◦ green 38 ◦ blue 250

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

Shades of Electric Purple #B726FA

Tints of Electric Purple #B726FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.08%

R = 38.85%
G = 8.07%
B = 53.08%

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

#B726FA (or 0xB726FA) is known color: Electric Purple. HEX triplet: B7, 26 and FA. RGB value is (183,38,250). Sum of RGB (Red+Green+Blue) = 183+38+250=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 38 (15.23% from 255 or 8.07% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #B726FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B726FA is #48D905. Grayscale: #686868. Windows color (decimal): -4774150 or 16393911. OLE color: 16393911.

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

Color convert

RGB 183 38 250 -
CMYK 0.27 0.85 0 0.02
HSL 281.04º 0.95% 0.56% -
HSV(B) 281.04º 0.85% 0.98% -
XYZ 37.48 18.36 92.01 -
YUV 105.52 209.54 183.26 -
System Red Green Blue C M Y K H S L
Decimal 183 38 250 0.27 0.85 0 0.02 281.04 0.95 0.56
Hex B7 26 FA 1B 55 0 2 119 5F 38
Octal 267 46 372 33 125 0 2 431 137 70
Binary 10110111 100110 11111010 11011 1010101 0 10 100011001 1011111 111000

Color Harmonies of #B726FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B726FA

Black with #B726FA

Text Example


Text Example

White with #B726FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B726FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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