Html Css Color HEX #B227FF Electric Purple

📋 copy color: '#B227FF'

red 178 ◦ green 39 ◦ blue 255

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

Shades of Electric Purple #B227FF

Tints of Electric Purple #B227FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.26%

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

R = 37.71%
G = 8.26%
B = 54.03%

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

#B227FF (or 0xB227FF) is known color: Electric Purple. HEX triplet: B2, 27 and FF. RGB value is (178,39,255). Sum of RGB (Red+Green+Blue) = 178+39+255=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 39 (15.62% from 255 or 8.26% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #B227FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B227FF is #4DD800. Grayscale: #686868. Windows color (decimal): -5101569 or 16721842. OLE color: 16721842.

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

Color convert

RGB 178 39 255 -
CMYK 0.30 0.85 0 0
HSL 278.61º 1% 0.58% -
HSV(B) 278.61º 0.85% 1% -
XYZ 37.14 18.14 96.15 -
YUV 105.19 212.55 179.94 -
System Red Green Blue C M Y K H S L
Decimal 178 39 255 0.30 0.85 0 0 278.61 1 0.58
Hex B2 27 FF 1E 55 0 0 117 64 3A
Octal 262 47 377 36 125 0 0 427 144 72
Binary 10110010 100111 11111111 11110 1010101 0 0 100010111 1100100 111010

Color Harmonies of #B227FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B227FF

Black with #B227FF

Text Example


Text Example

White with #B227FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B227FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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