Html Css Color HEX #BD14FE Electric Purple

📋 copy color: '#BD14FE'

red 189 ◦ green 20 ◦ blue 254

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

Shades of Electric Purple #BD14FE

Tints of Electric Purple #BD14FE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.32%

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

R = 40.82%
G = 4.32%
B = 54.86%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD14FE (or 0xBD14FE) is known color: Electric Purple. HEX triplet: BD, 14 and FE. RGB value is (189,20,254). Sum of RGB (Red+Green+Blue) = 189+20+254=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD14FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD14FE is #42EB01. Grayscale: #606060. Windows color (decimal): -4385538 or 16651453. OLE color: 16651453.

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

Color convert

RGB 189 20 254 -
CMYK 0.26 0.92 0 0.00
HSL 283.33º 0.99% 0.54% -
HSV(B) 283.33º 0.92% 1% -
XYZ 39.13 18.47 95.27 -
YUV 97.21 216.49 193.47 -
System Red Green Blue C M Y K H S L
Decimal 189 20 254 0.26 0.92 0 0.00 283.33 0.99 0.54
Hex BD 14 FE 1A 5C 0 0 11B 63 36
Octal 275 24 376 32 134 0 0 433 143 66
Binary 10111101 10100 11111110 11010 1011100 0 0 100011011 1100011 110110

Color Harmonies of #BD14FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD14FE

Black with #BD14FE

Text Example


Text Example

White with #BD14FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD14FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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