Html Css Color HEX #BD3DA8 Fuchsia

📋 copy color: '#BD3DA8'

red 189 ◦ green 61 ◦ blue 168

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

Shades of Fuchsia #BD3DA8

Tints of Fuchsia #BD3DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.19%

R = 45.22%
G = 14.59%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BD3DA8 (or 0xBD3DA8) is known color: Fuchsia. HEX triplet: BD, 3D and A8. RGB value is (189,61,168). Sum of RGB (Red+Green+Blue) = 189+61+168=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3DA8 is #42C257. Grayscale: #6F6F6F. Windows color (decimal): -4375128 or 11025853. OLE color: 11025853.

HSL color Cylindrical-coordinate representation of color #BD3DA8: hue angle of 309.84º 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 #BD3DA8 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 61 168 -
CMYK 0 0.68 0.11 0.26
HSL 309.84º 0.51% 0.49% -
HSV(B) 309.84º 0.68% 0.74% -
XYZ 29.72 16.98 38.76 -
YUV 111.47 159.91 183.3 -
System Red Green Blue C M Y K H S L
Decimal 189 61 168 0 0.68 0.11 0.26 309.84 0.51 0.49
Hex BD 3D A8 0 44 B 1A 136 33 31
Octal 275 75 250 0 104 13 32 466 63 61
Binary 10111101 111101 10101000 0 1000100 1011 11010 100110110 110011 110001

Color Harmonies of #BD3DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3DA8

Black with #BD3DA8

Text Example


Text Example

White with #BD3DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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