Html Css Color HEX #BD46C0 Fuchsia

📋 copy color: '#BD46C0'

red 189 ◦ green 70 ◦ blue 192

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

Shades of Fuchsia #BD46C0

Tints of Fuchsia #BD46C0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.52%

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

R = 41.91%
G = 15.52%
B = 42.57%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD46C0 (or 0xBD46C0) is known color: Fuchsia. HEX triplet: BD, 46 and C0. RGB value is (189,70,192). Sum of RGB (Red+Green+Blue) = 189+70+192=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD46C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD46C0 is #42B93F. Grayscale: #777777. Windows color (decimal): -4372800 or 12601021. OLE color: 12601021.

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

Color convert

RGB 189 70 192 -
CMYK 0.02 0.64 0 0.25
HSL 298.52º 0.49% 0.51% -
HSV(B) 298.52º 0.64% 0.75% -
XYZ 32.69 19 51.81 -
YUV 119.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 189 70 192 0.02 0.64 0 0.25 298.52 0.49 0.51
Hex BD 46 C0 2 40 0 19 12B 31 33
Octal 275 106 300 2 100 0 31 453 61 63
Binary 10111101 1000110 11000000 10 1000000 0 11001 100101011 110001 110011

Color Harmonies of #BD46C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD46C0

Black with #BD46C0

Text Example


Text Example

White with #BD46C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD46C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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