Html Css Color HEX #B205EA Electric Purple

📋 copy color: '#B205EA'

red 178 ◦ green 5 ◦ blue 234

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

Shades of Electric Purple #B205EA

Tints of Electric Purple #B205EA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 42.69%
G = 1.2%
B = 56.12%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B205EA (or 0xB205EA) is known color: Electric Purple. HEX triplet: B2, 05 and EA. RGB value is (178,5,234). Sum of RGB (Red+Green+Blue) = 178+5+234=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #B205EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B205EA is #4DFA15. Grayscale: #525252. Windows color (decimal): -5110294 or 15336882. OLE color: 15336882.

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

Color convert

RGB 178 5 234 -
CMYK 0.24 0.98 0 0.08
HSL 285.33º 0.96% 0.47% -
HSV(B) 285.33º 0.98% 0.92% -
XYZ 33.27 15.51 79.08 -
YUV 82.83 213.31 195.88 -
System Red Green Blue C M Y K H S L
Decimal 178 5 234 0.24 0.98 0 0.08 285.33 0.96 0.47
Hex B2 5 EA 18 62 0 8 11D 60 2F
Octal 262 5 352 30 142 0 10 435 140 57
Binary 10110010 101 11101010 11000 1100010 0 1000 100011101 1100000 101111

Color Harmonies of #B205EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B205EA

Black with #B205EA

Text Example


Text Example

White with #B205EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B205EA; }

 p { color: rgb(178,5,234); }

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

background-color css

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

 a { background-color: rgb(178,5,234); }

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

border-color css

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

 span { border-color: rgb(178,5,234); }

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