Html Css Color HEX #BD4EC1 Fuchsia

📋 copy color: '#BD4EC1'

red 189 ◦ green 78 ◦ blue 193

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

Shades of Fuchsia #BD4EC1

Tints of Fuchsia #BD4EC1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.96%

 BLUE value IS 193 (75.78% from 255) = 41.96%

R = 41.09%
G = 16.96%
B = 41.96%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BD4EC1 (or 0xBD4EC1) is known color: Fuchsia. HEX triplet: BD, 4E and C1. RGB value is (189,78,193). Sum of RGB (Red+Green+Blue) = 189+78+193=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD4EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EC1 is #42B13E. Grayscale: #7B7B7B. Windows color (decimal): -4370751 or 12668605. OLE color: 12668605.

HSL color Cylindrical-coordinate representation of color #BD4EC1: hue angle of 297.91º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4EC1 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 78 193 -
CMYK 0.02 0.60 0 0.24
HSL 297.91º 0.48% 0.53% -
HSV(B) 297.91º 0.6% 0.76% -
XYZ 33.34 20.12 52.58 -
YUV 124.3 166.77 174.15 -
System Red Green Blue C M Y K H S L
Decimal 189 78 193 0.02 0.60 0 0.24 297.91 0.48 0.53
Hex BD 4E C1 2 3C 0 18 12A 30 35
Octal 275 116 301 2 74 0 30 452 60 65
Binary 10111101 1001110 11000001 10 111100 0 11000 100101010 110000 110101

Color Harmonies of #BD4EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4EC1

Black with #BD4EC1

Text Example


Text Example

White with #BD4EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4EC1; }

 p { color: rgb(189,78,193); }

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

background-color css

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

 a { background-color: rgb(189,78,193); }

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

border-color css

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

 span { border-color: rgb(189,78,193); }

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