Html Css Color HEX #BD04FD Electric Purple

📋 copy color: '#BD04FD'

red 189 ◦ green 4 ◦ blue 253

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

Shades of Electric Purple #BD04FD

Tints of Electric Purple #BD04FD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.9%

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

R = 42.38%
G = 0.9%
B = 56.73%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD04FD (or 0xBD04FD) is known color: Electric Purple. HEX triplet: BD, 04 and FD. RGB value is (189,4,253). Sum of RGB (Red+Green+Blue) = 189+4+253=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 4 (1.95% from 255 or 0.90% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD04FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD04FD is #42FB02. Grayscale: #565656. Windows color (decimal): -4389635 or 16581821. OLE color: 16581821.

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

Color convert

RGB 189 4 253 -
CMYK 0.25 0.98 0 0.01
HSL 284.58º 0.98% 0.5% -
HSV(B) 284.58º 0.98% 0.99% -
XYZ 38.76 18 94.36 -
YUV 87.7 221.29 200.25 -
System Red Green Blue C M Y K H S L
Decimal 189 4 253 0.25 0.98 0 0.01 284.58 0.98 0.5
Hex BD 4 FD 19 62 0 1 11D 62 32
Octal 275 4 375 31 142 0 1 435 142 62
Binary 10111101 100 11111101 11001 1100010 0 1 100011101 1100010 110010

Color Harmonies of #BD04FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD04FD

Black with #BD04FD

Text Example


Text Example

White with #BD04FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD04FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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