Html Css Color HEX #BD3DB9 Fuchsia

📋 copy color: '#BD3DB9'

red 189 ◦ green 61 ◦ blue 185

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

Shades of Fuchsia #BD3DB9

Tints of Fuchsia #BD3DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.02%

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

R = 43.45%
G = 14.02%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD3DB9 (or 0xBD3DB9) is known color: Fuchsia. HEX triplet: BD, 3D and B9. RGB value is (189,61,185). Sum of RGB (Red+Green+Blue) = 189+61+185=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3DB9 is #42C246. Grayscale: #717171. Windows color (decimal): -4375111 or 12139965. OLE color: 12139965.

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

Color convert

RGB 189 61 185 -
CMYK 0 0.68 0.02 0.26
HSL 301.88º 0.51% 0.49% -
HSV(B) 301.88º 0.68% 0.74% -
XYZ 31.41 17.66 47.65 -
YUV 113.41 168.41 181.92 -
System Red Green Blue C M Y K H S L
Decimal 189 61 185 0 0.68 0.02 0.26 301.88 0.51 0.49
Hex BD 3D B9 0 44 2 1A 12E 33 31
Octal 275 75 271 0 104 2 32 456 63 61
Binary 10111101 111101 10111001 0 1000100 10 11010 100101110 110011 110001

Color Harmonies of #BD3DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3DB9

Black with #BD3DB9

Text Example


Text Example

White with #BD3DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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