Html Css Color HEX #BD16FD Electric Purple

📋 copy color: '#BD16FD'

red 189 ◦ green 22 ◦ blue 253

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

Shades of Electric Purple #BD16FD

Tints of Electric Purple #BD16FD

RGB

 RED value IS 189 (74.22% from 255) = 40.73%

 GREEN value IS 22 (8.98% from 255) = 4.74%

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

R = 40.73%
G = 4.74%
B = 54.53%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD16FD (or 0xBD16FD) is known color: Electric Purple. HEX triplet: BD, 16 and FD. RGB value is (189,22,253). Sum of RGB (Red+Green+Blue) = 189+22+253=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 22 (8.98% from 255 or 4.74% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD16FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD16FD is #42E902. Grayscale: #616161. Windows color (decimal): -4385027 or 16586429. OLE color: 16586429.

HSL color Cylindrical-coordinate representation of color #BD16FD: hue angle of 283.38º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD16FD is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 22 253 -
CMYK 0.25 0.91 0 0.01
HSL 283.38º 0.98% 0.54% -
HSV(B) 283.38º 0.91% 0.99% -
XYZ 39 18.48 94.44 -
YUV 98.27 215.33 192.72 -
System Red Green Blue C M Y K H S L
Decimal 189 22 253 0.25 0.91 0 0.01 283.38 0.98 0.54
Hex BD 16 FD 19 5B 0 1 11B 62 36
Octal 275 26 375 31 133 0 1 433 142 66
Binary 10111101 10110 11111101 11001 1011011 0 1 100011011 1100010 110110

Color Harmonies of #BD16FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD16FD

Black with #BD16FD

Text Example


Text Example

White with #BD16FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD16FD; }

 p { color: rgb(189,22,253); }

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

background-color css

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

 a { background-color: rgb(189,22,253); }

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

border-color css

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

 span { border-color: rgb(189,22,253); }

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