Html Css Color HEX #B226FA Electric Purple

📋 copy color: '#B226FA'

red 178 ◦ green 38 ◦ blue 250

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

Shades of Electric Purple #B226FA

Tints of Electric Purple #B226FA

RGB

 RED value IS 178 (69.92% from 255) = 38.2%

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

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

R = 38.2%
G = 8.15%
B = 53.65%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B226FA (or 0xB226FA) is known color: Electric Purple. HEX triplet: B2, 26 and FA. RGB value is (178,38,250). Sum of RGB (Red+Green+Blue) = 178+38+250=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 38 (15.23% from 255 or 8.15% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #B226FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B226FA is #4DD905. Grayscale: #676767. Windows color (decimal): -5101830 or 16393906. OLE color: 16393906.

HSL color Cylindrical-coordinate representation of color #B226FA: hue angle of 279.62º 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 #B226FA is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 38 250 -
CMYK 0.29 0.85 0 0.02
HSL 279.62º 0.95% 0.56% -
HSV(B) 279.62º 0.85% 0.98% -
XYZ 36.31 17.75 91.96 -
YUV 104.03 210.38 180.76 -
System Red Green Blue C M Y K H S L
Decimal 178 38 250 0.29 0.85 0 0.02 279.62 0.95 0.56
Hex B2 26 FA 1D 55 0 2 118 5F 38
Octal 262 46 372 35 125 0 2 430 137 70
Binary 10110010 100110 11111010 11101 1010101 0 10 100011000 1011111 111000

Color Harmonies of #B226FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B226FA

Black with #B226FA

Text Example


Text Example

White with #B226FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B226FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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