Html Css Color HEX #B226FF Electric Purple

📋 copy color: '#B226FF'

red 178 ◦ green 38 ◦ blue 255

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

Shades of Electric Purple #B226FF

Tints of Electric Purple #B226FF

RGB

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

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

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

R = 37.79%
G = 8.07%
B = 54.14%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B226FF (or 0xB226FF) is known color: Electric Purple. HEX triplet: B2, 26 and FF. RGB value is (178,38,255). Sum of RGB (Red+Green+Blue) = 178+38+255=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 38 (15.23% from 255 or 8.07% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #B226FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B226FF is #4DD900. Grayscale: #676767. Windows color (decimal): -5101825 or 16721586. OLE color: 16721586.

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

Color convert

RGB 178 38 255 -
CMYK 0.30 0.85 0 0
HSL 278.71º 1% 0.57% -
HSV(B) 278.71º 0.85% 1% -
XYZ 37.1 18.07 96.14 -
YUV 104.6 212.88 180.36 -
System Red Green Blue C M Y K H S L
Decimal 178 38 255 0.30 0.85 0 0 278.71 1 0.57
Hex B2 26 FF 1E 55 0 0 117 64 39
Octal 262 46 377 36 125 0 0 427 144 71
Binary 10110010 100110 11111111 11110 1010101 0 0 100010111 1100100 111001

Color Harmonies of #B226FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B226FF

Black with #B226FF

Text Example


Text Example

White with #B226FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B226FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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