Html Css Color HEX #BD1DFE Electric Purple

📋 copy color: '#BD1DFE'

red 189 ◦ green 29 ◦ blue 254

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

Shades of Electric Purple #BD1DFE

Tints of Electric Purple #BD1DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.14%

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

R = 40.04%
G = 6.14%
B = 53.81%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD1DFE (or 0xBD1DFE) is known color: Electric Purple. HEX triplet: BD, 1D and FE. RGB value is (189,29,254). Sum of RGB (Red+Green+Blue) = 189+29+254=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD1DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1DFE is #42E201. Grayscale: #656565. Windows color (decimal): -4383234 or 16653757. OLE color: 16653757.

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

Color convert

RGB 189 29 254 -
CMYK 0.26 0.89 0 0.00
HSL 282.67º 0.99% 0.55% -
HSV(B) 282.67º 0.89% 1% -
XYZ 39.32 18.85 95.33 -
YUV 102.49 213.51 189.7 -
System Red Green Blue C M Y K H S L
Decimal 189 29 254 0.26 0.89 0 0.00 282.67 0.99 0.55
Hex BD 1D FE 1A 59 0 0 11B 63 37
Octal 275 35 376 32 131 0 0 433 143 67
Binary 10111101 11101 11111110 11010 1011001 0 0 100011011 1100011 110111

Color Harmonies of #BD1DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1DFE

Black with #BD1DFE

Text Example


Text Example

White with #BD1DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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