Html Css Color HEX #BD46BB Fuchsia

📋 copy color: '#BD46BB'

red 189 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #BD46BB

Tints of Fuchsia #BD46BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 42.38%
G = 15.7%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD46BB (or 0xBD46BB) is known color: Fuchsia. HEX triplet: BD, 46 and BB. RGB value is (189,70,187). Sum of RGB (Red+Green+Blue) = 189+70+187=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD46BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD46BB is #42B944. Grayscale: #767676. Windows color (decimal): -4372805 or 12273341. OLE color: 12273341.

HSL color Cylindrical-coordinate representation of color #BD46BB: hue angle of 301.01º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD46BB is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 70 187 -
CMYK 0 0.63 0.01 0.26
HSL 301.01º 0.47% 0.51% -
HSV(B) 301.01º 0.63% 0.74% -
XYZ 32.15 18.79 48.95 -
YUV 118.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 189 70 187 0 0.63 0.01 0.26 301.01 0.47 0.51
Hex BD 46 BB 0 3F 1 1A 12D 2F 33
Octal 275 106 273 0 77 1 32 455 57 63
Binary 10111101 1000110 10111011 0 111111 1 11010 100101101 101111 110011

Color Harmonies of #BD46BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD46BB

Black with #BD46BB

Text Example


Text Example

White with #BD46BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD46BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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