Html Css Color HEX #B209E5 Electric Purple

📋 copy color: '#B209E5'

red 178 ◦ green 9 ◦ blue 229

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

Shades of Electric Purple #B209E5

Tints of Electric Purple #B209E5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.16%

 BLUE value IS 229 (89.84% from 255) = 55.05%

R = 42.79%
G = 2.16%
B = 55.05%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B209E5 (or 0xB209E5) is known color: Electric Purple. HEX triplet: B2, 09 and E5. RGB value is (178,9,229). Sum of RGB (Red+Green+Blue) = 178+9+229=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #B209E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B209E5 is #4DF61A. Grayscale: #535353. Windows color (decimal): -5109275 or 15010226. OLE color: 15010226.

HSL color Cylindrical-coordinate representation of color #B209E5: hue angle of 286.09º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B209E5 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 9 229 -
CMYK 0.22 0.96 0 0.10
HSL 286.09º 0.92% 0.47% -
HSV(B) 286.09º 0.96% 0.9% -
XYZ 32.6 15.32 75.37 -
YUV 84.61 209.49 194.61 -
System Red Green Blue C M Y K H S L
Decimal 178 9 229 0.22 0.96 0 0.10 286.09 0.92 0.47
Hex B2 9 E5 16 60 0 A 11E 5C 2F
Octal 262 11 345 26 140 0 12 436 134 57
Binary 10110010 1001 11100101 10110 1100000 0 1010 100011110 1011100 101111

Color Harmonies of #B209E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B209E5

Black with #B209E5

Text Example


Text Example

White with #B209E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B209E5; }

 p { color: rgb(178,9,229); }

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

background-color css

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

 a { background-color: rgb(178,9,229); }

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

border-color css

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

 span { border-color: rgb(178,9,229); }

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