Html Css Color HEX #BD19FD Electric Purple

📋 copy color: '#BD19FD'

red 189 ◦ green 25 ◦ blue 253

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

Shades of Electric Purple #BD19FD

Tints of Electric Purple #BD19FD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.35%

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

R = 40.47%
G = 5.35%
B = 54.18%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD19FD (or 0xBD19FD) is known color: Electric Purple. HEX triplet: BD, 19 and FD. RGB value is (189,25,253). Sum of RGB (Red+Green+Blue) = 189+25+253=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD19FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD19FD is #42E602. Grayscale: #636363. Windows color (decimal): -4384259 or 16587197. OLE color: 16587197.

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

Color convert

RGB 189 25 253 -
CMYK 0.25 0.90 0 0.01
HSL 283.16º 0.98% 0.55% -
HSV(B) 283.16º 0.9% 0.99% -
XYZ 39.06 18.61 94.46 -
YUV 100.03 214.33 191.46 -
System Red Green Blue C M Y K H S L
Decimal 189 25 253 0.25 0.90 0 0.01 283.16 0.98 0.55
Hex BD 19 FD 19 5A 0 1 11B 62 37
Octal 275 31 375 31 132 0 1 433 142 67
Binary 10111101 11001 11111101 11001 1011010 0 1 100011011 1100010 110111

Color Harmonies of #BD19FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD19FD

Black with #BD19FD

Text Example


Text Example

White with #BD19FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD19FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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