Html Css Color HEX #BD1DF9 Electric Purple

📋 copy color: '#BD1DF9'

red 189 ◦ green 29 ◦ blue 249

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

Shades of Electric Purple #BD1DF9

Tints of Electric Purple #BD1DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.32%

R = 40.47%
G = 6.21%
B = 53.32%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD1DF9 (or 0xBD1DF9) is known color: Electric Purple. HEX triplet: BD, 1D and F9. RGB value is (189,29,249). Sum of RGB (Red+Green+Blue) = 189+29+249=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 249 (97.66% from 255 or 53.32% from 467); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD1DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD1DF9 is #42E206. Grayscale: #656565. Windows color (decimal): -4383239 or 16326077. OLE color: 16326077.

HSL color Cylindrical-coordinate representation of color #BD1DF9: hue angle of 283.64º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1DF9 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 29 249 -
CMYK 0.24 0.88 0 0.02
HSL 283.64º 0.95% 0.55% -
HSV(B) 283.64º 0.88% 0.98% -
XYZ 38.52 18.54 91.17 -
YUV 101.92 211.01 190.11 -
System Red Green Blue C M Y K H S L
Decimal 189 29 249 0.24 0.88 0 0.02 283.64 0.95 0.55
Hex BD 1D F9 18 58 0 2 11C 5F 37
Octal 275 35 371 30 130 0 2 434 137 67
Binary 10111101 11101 11111001 11000 1011000 0 10 100011100 1011111 110111

Color Harmonies of #BD1DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1DF9

Black with #BD1DF9

Text Example


Text Example

White with #BD1DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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