Html Css Color HEX #BD04FC Electric Purple

📋 copy color: '#BD04FC'

red 189 ◦ green 4 ◦ blue 252

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

Shades of Electric Purple #BD04FC

Tints of Electric Purple #BD04FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.63%

R = 42.47%
G = 0.9%
B = 56.63%

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

#BD04FC (or 0xBD04FC) is known color: Electric Purple. HEX triplet: BD, 04 and FC. RGB value is (189,4,252). Sum of RGB (Red+Green+Blue) = 189+4+252=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD04FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD04FC is #42FB03. Grayscale: #565656. Windows color (decimal): -4389636 or 16516285. OLE color: 16516285.

HSL color Cylindrical-coordinate representation of color #BD04FC: hue angle of 284.76º 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 #BD04FC is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 4 252 -
CMYK 0.25 0.98 0 0.01
HSL 284.76º 0.98% 0.5% -
HSV(B) 284.76º 0.98% 0.99% -
XYZ 38.6 17.93 93.52 -
YUV 87.59 220.79 200.33 -
System Red Green Blue C M Y K H S L
Decimal 189 4 252 0.25 0.98 0 0.01 284.76 0.98 0.5
Hex BD 4 FC 19 62 0 1 11D 62 32
Octal 275 4 374 31 142 0 1 435 142 62
Binary 10111101 100 11111100 11001 1100010 0 1 100011101 1100010 110010

Color Harmonies of #BD04FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD04FC

Black with #BD04FC

Text Example


Text Example

White with #BD04FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD04FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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