Html Css Color HEX #BD4DB9 Fuchsia

📋 copy color: '#BD4DB9'

red 189 ◦ green 77 ◦ blue 185

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

Shades of Fuchsia #BD4DB9

Tints of Fuchsia #BD4DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.07%

 BLUE value IS 185 (72.66% from 255) = 41.02%

R = 41.91%
G = 17.07%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD4DB9 (or 0xBD4DB9) is known color: Fuchsia. HEX triplet: BD, 4D and B9. RGB value is (189,77,185). Sum of RGB (Red+Green+Blue) = 189+77+185=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DB9 is #42B246. Grayscale: #7A7A7A. Windows color (decimal): -4371015 or 12144061. OLE color: 12144061.

HSL color Cylindrical-coordinate representation of color #BD4DB9: hue angle of 302.14º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4DB9 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 77 185 -
CMYK 0 0.59 0.02 0.26
HSL 302.14º 0.46% 0.52% -
HSV(B) 302.14º 0.59% 0.74% -
XYZ 32.4 19.63 47.98 -
YUV 122.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 189 77 185 0 0.59 0.02 0.26 302.14 0.46 0.52
Hex BD 4D B9 0 3B 2 1A 12E 2E 34
Octal 275 115 271 0 73 2 32 456 56 64
Binary 10111101 1001101 10111001 0 111011 10 11010 100101110 101110 110100

Color Harmonies of #BD4DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DB9

Black with #BD4DB9

Text Example


Text Example

White with #BD4DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DB9; }

 p { color: rgb(189,77,185); }

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

background-color css

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

 a { background-color: rgb(189,77,185); }

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

border-color css

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

 span { border-color: rgb(189,77,185); }

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