Html Css Color HEX #B205EE Electric Purple

📋 copy color: '#B205EE'

red 178 ◦ green 5 ◦ blue 238

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

Shades of Electric Purple #B205EE

Tints of Electric Purple #B205EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.53%

R = 42.28%
G = 1.19%
B = 56.53%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B205EE (or 0xB205EE) is known color: Electric Purple. HEX triplet: B2, 05 and EE. RGB value is (178,5,238). Sum of RGB (Red+Green+Blue) = 178+5+238=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #B205EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B205EE is #4DFA11. Grayscale: #525252. Windows color (decimal): -5110290 or 15599026. OLE color: 15599026.

HSL color Cylindrical-coordinate representation of color #B205EE: hue angle of 284.55º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B205EE is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 5 238 -
CMYK 0.25 0.98 0 0.07
HSL 284.55º 0.96% 0.48% -
HSV(B) 284.55º 0.98% 0.93% -
XYZ 33.85 15.75 82.14 -
YUV 83.29 215.31 195.55 -
System Red Green Blue C M Y K H S L
Decimal 178 5 238 0.25 0.98 0 0.07 284.55 0.96 0.48
Hex B2 5 EE 19 62 0 7 11D 60 30
Octal 262 5 356 31 142 0 7 435 140 60
Binary 10110010 101 11101110 11001 1100010 0 111 100011101 1100000 110000

Color Harmonies of #B205EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B205EE

Black with #B205EE

Text Example


Text Example

White with #B205EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B205EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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