Html Css Color HEX #B205E1 Electric Purple

📋 copy color: '#B205E1'

red 178 ◦ green 5 ◦ blue 225

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

Shades of Electric Purple #B205E1

Tints of Electric Purple #B205E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.15%

R = 43.63%
G = 1.23%
B = 55.15%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B205E1 (or 0xB205E1) is known color: Electric Purple. HEX triplet: B2, 05 and E1. RGB value is (178,5,225). Sum of RGB (Red+Green+Blue) = 178+5+225=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 225 (88.28% from 255 or 55.15% from 408); Max value from RGB is 225 - color contains mainly: blue. Hex color #B205E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205E1 is #4DFA1E. Grayscale: #515151. Windows color (decimal): -5110303 or 14747058. OLE color: 14747058.

HSL color Cylindrical-coordinate representation of color #B205E1: hue angle of 287.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B205E1 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 5 225 -
CMYK 0.21 0.98 0 0.12
HSL 287.18º 0.96% 0.45% -
HSV(B) 287.18º 0.98% 0.88% -
XYZ 32 15.01 72.44 -
YUV 81.81 208.81 196.61 -
System Red Green Blue C M Y K H S L
Decimal 178 5 225 0.21 0.98 0 0.12 287.18 0.96 0.45
Hex B2 5 E1 15 62 0 C 11F 60 2D
Octal 262 5 341 25 142 0 14 437 140 55
Binary 10110010 101 11100001 10101 1100010 0 1100 100011111 1100000 101101

Color Harmonies of #B205E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B205E1

Black with #B205E1

Text Example


Text Example

White with #B205E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B205E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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