Html Css Color HEX #BD04FE Electric Purple

📋 copy color: '#BD04FE'

red 189 ◦ green 4 ◦ blue 254

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

Shades of Electric Purple #BD04FE

Tints of Electric Purple #BD04FE

RGB

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

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

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

R = 42.28%
G = 0.89%
B = 56.82%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD04FE (or 0xBD04FE) is known color: Electric Purple. HEX triplet: BD, 04 and FE. RGB value is (189,4,254). Sum of RGB (Red+Green+Blue) = 189+4+254=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 4 (1.95% from 255 or 0.89% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD04FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD04FE is #42FB01. Grayscale: #575757. Windows color (decimal): -4389634 or 16647357. OLE color: 16647357.

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

Color convert

RGB 189 4 254 -
CMYK 0.26 0.98 0 0.00
HSL 284.4º 0.99% 0.51% -
HSV(B) 284.4º 0.98% 1% -
XYZ 38.92 18.06 95.2 -
YUV 87.82 221.79 200.17 -
System Red Green Blue C M Y K H S L
Decimal 189 4 254 0.26 0.98 0 0.00 284.4 0.99 0.51
Hex BD 4 FE 1A 62 0 0 11C 63 33
Octal 275 4 376 32 142 0 0 434 143 63
Binary 10111101 100 11111110 11010 1100010 0 0 100011100 1100011 110011

Color Harmonies of #BD04FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD04FE

Black with #BD04FE

Text Example


Text Example

White with #BD04FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD04FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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