Html Css Color HEX #B200FF Electric Purple

📋 copy color: '#B200FF'

red 178 ◦ green 0 ◦ blue 255

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

Shades of Electric Purple #B200FF

Tints of Electric Purple #B200FF

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 value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B200FF (or 0xB200FF) is known color: 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

RGB 178 0 255 -
CMYK 0.30 1 0 0
HSL 281.88º 1% 0.5% -
HSV(B) 281.88º 1% 1% -
XYZ 36.41 16.68 95.91 -
YUV 82.29 225.47 196.27 -
System Red Green Blue C M Y K H S L
Decimal 178 0 255 0.30 1 0 0 281.88 1 0.5
Hex B2 0 FF 1E 64 0 0 11A 64 32
Octal 262 0 377 36 144 0 0 432 144 62
Binary 10110010 0 11111111 11110 1100100 0 0 100011010 1100100 110010

Color Harmonies of #B200FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200FF

Black with #B200FF

Text Example


Text Example

White with #B200FF

Text Example


Text Example

HTML Codes & Css Web 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>