Html Css Color HEX #B200FD Electric Purple

📋 copy color: '#B200FD'

red 178 ◦ green 0 ◦ blue 253

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

Shades of Electric Purple #B200FD

Tints of Electric Purple #B200FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.7%

R = 41.3%
G = 0%
B = 58.7%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B200FD (or 0xB200FD) is known color: Electric Purple. HEX triplet: B2, 00 and FD. RGB value is (178,0,253). Sum of RGB (Red+Green+Blue) = 178+0+253=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #B200FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B200FD is #4DFF02. Grayscale: #515151. Windows color (decimal): -5111555 or 16580786. OLE color: 16580786.

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

Color convert

RGB 178 0 253 -
CMYK 0.30 1 0 0.01
HSL 282.21º 1% 0.5% -
HSV(B) 282.21º 1% 0.99% -
XYZ 36.09 16.56 94.22 -
YUV 82.06 224.47 196.43 -
System Red Green Blue C M Y K H S L
Decimal 178 0 253 0.30 1 0 0.01 282.21 1 0.5
Hex B2 0 FD 1E 64 0 1 11A 64 32
Octal 262 0 375 36 144 0 1 432 144 62
Binary 10110010 0 11111101 11110 1100100 0 1 100011010 1100100 110010

Color Harmonies of #B200FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200FD

Black with #B200FD

Text Example


Text Example

White with #B200FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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