#B200FF

Color #B200FF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #B200FF

Tints of Electric Purple #B200FF

Color information

#B200FF (or 0xB200FF) is unknown color: approx Electric Purple. HEX triplet: B2, 00 and FF. RGB value is (178,0,255). Sum of RGB (Red+Green+Blue) = 178+0+255=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #B200FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B200FF is #4DFF00. Grayscale: #515151. Windows color (decimal): -5111553 or 16711858. OLE color: 16711858.

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

Color convert

RGB1780255-
CMYK0.30100
HSL281.88º100%50%-
HSV(B)281.88º100%100%-
XYZ36.4116.6895.91-
YUV82.29225.47196.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 58.89%
R=41.11%
G=0%
B=58.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17802550.30100281.8810050
HexB20FF1E640011a6432
Octal2620377361440043214462
Binary10110010011111111111101100100001000110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B200FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B200FF; }

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

 H1.HeaderClassName
 {
   color: #B200FF;
 }
 .AnyTagClassName
 {
   color: #B200FF;
 }
</style>
background-color css

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

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

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

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

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

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