Html Css Color HEX #BD49C0 Fuchsia

📋 copy color: '#BD49C0'

red 189 ◦ green 73 ◦ blue 192

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

Shades of Fuchsia #BD49C0

Tints of Fuchsia #BD49C0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.08%

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 41.63%
G = 16.08%
B = 42.29%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD49C0 (or 0xBD49C0) is known color: Fuchsia. HEX triplet: BD, 49 and C0. RGB value is (189,73,192). Sum of RGB (Red+Green+Blue) = 189+73+192=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD49C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD49C0 is #42B63F. Grayscale: #787878. Windows color (decimal): -4372032 or 12601789. OLE color: 12601789.

HSL color Cylindrical-coordinate representation of color #BD49C0: hue angle of 298.49º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD49C0 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 73 192 -
CMYK 0.02 0.62 0 0.25
HSL 298.49º 0.49% 0.52% -
HSV(B) 298.49º 0.62% 0.75% -
XYZ 32.88 19.39 51.88 -
YUV 121.25 167.93 176.32 -
System Red Green Blue C M Y K H S L
Decimal 189 73 192 0.02 0.62 0 0.25 298.49 0.49 0.52
Hex BD 49 C0 2 3E 0 19 12A 31 34
Octal 275 111 300 2 76 0 31 452 61 64
Binary 10111101 1001001 11000000 10 111110 0 11001 100101010 110001 110100

Color Harmonies of #BD49C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD49C0

Black with #BD49C0

Text Example


Text Example

White with #BD49C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD49C0; }

 p { color: rgb(189,73,192); }

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

background-color css

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

 a { background-color: rgb(189,73,192); }

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

border-color css

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

 span { border-color: rgb(189,73,192); }

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