Html Css Color HEX #B200E5 Electric Purple

📋 copy color: '#B200E5'

red 178 ◦ green 0 ◦ blue 229

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

Shades of Electric Purple #B200E5

Tints of Electric Purple #B200E5

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.73%
G = 0%
B = 56.27%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B200E5 (or 0xB200E5) is known color: Electric Purple. HEX triplet: B2, 00 and E5. RGB value is (178,0,229). Sum of RGB (Red+Green+Blue) = 178+0+229=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #B200E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200E5 is #4DFF1A. Grayscale: #4E4E4E. Windows color (decimal): -5111579 or 15007922. OLE color: 15007922.

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

Color convert

RGB 178 0 229 -
CMYK 0.22 1 0 0.10
HSL 286.64º 1% 0.45% -
HSV(B) 286.64º 1% 0.9% -
XYZ 32.5 15.12 75.33 -
YUV 79.33 212.47 198.38 -
System Red Green Blue C M Y K H S L
Decimal 178 0 229 0.22 1 0 0.10 286.64 1 0.45
Hex B2 0 E5 16 64 0 A 11F 64 2D
Octal 262 0 345 26 144 0 12 437 144 55
Binary 10110010 0 11100101 10110 1100100 0 1010 100011111 1100100 101101

Color Harmonies of #B200E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200E5

Black with #B200E5

Text Example


Text Example

White with #B200E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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