Html Css Color HEX #BD16FE Electric Purple

📋 copy color: '#BD16FE'

red 189 ◦ green 22 ◦ blue 254

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

Shades of Electric Purple #BD16FE

Tints of Electric Purple #BD16FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.62%

R = 40.65%
G = 4.73%
B = 54.62%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD16FE (or 0xBD16FE) is known color: Electric Purple. HEX triplet: BD, 16 and FE. RGB value is (189,22,254). Sum of RGB (Red+Green+Blue) = 189+22+254=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD16FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD16FE is #42E901. Grayscale: #616161. Windows color (decimal): -4385026 or 16651965. OLE color: 16651965.

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

Color convert

RGB 189 22 254 -
CMYK 0.26 0.91 0 0.00
HSL 283.19º 0.99% 0.54% -
HSV(B) 283.19º 0.91% 1% -
XYZ 39.16 18.55 95.28 -
YUV 98.38 215.83 192.64 -
System Red Green Blue C M Y K H S L
Decimal 189 22 254 0.26 0.91 0 0.00 283.19 0.99 0.54
Hex BD 16 FE 1A 5B 0 0 11B 63 36
Octal 275 26 376 32 133 0 0 433 143 66
Binary 10111101 10110 11111110 11010 1011011 0 0 100011011 1100011 110110

Color Harmonies of #BD16FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD16FE

Black with #BD16FE

Text Example


Text Example

White with #BD16FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD16FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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