Html Css Color HEX #BD5DA6 Fuchsia

📋 copy color: '#BD5DA6'

red 189 ◦ green 93 ◦ blue 166

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

Shades of Fuchsia #BD5DA6

Tints of Fuchsia #BD5DA6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.76%

 BLUE value IS 166 (65.23% from 255) = 37.05%

R = 42.19%
G = 20.76%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD5DA6 (or 0xBD5DA6) is known color: Fuchsia. HEX triplet: BD, 5D and A6. RGB value is (189,93,166). Sum of RGB (Red+Green+Blue) = 189+93+166=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5DA6 is #42A259. Grayscale: #818181. Windows color (decimal): -4366938 or 10902973. OLE color: 10902973.

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

Color convert

RGB 189 93 166 -
CMYK 0 0.51 0.12 0.26
HSL 314.38º 0.42% 0.55% -
HSV(B) 314.38º 0.51% 0.74% -
XYZ 31.78 21.4 38.53 -
YUV 130.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 189 93 166 0 0.51 0.12 0.26 314.38 0.42 0.55
Hex BD 5D A6 0 33 C 1A 13A 2A 37
Octal 275 135 246 0 63 14 32 472 52 67
Binary 10111101 1011101 10100110 0 110011 1100 11010 100111010 101010 110111

Color Harmonies of #BD5DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5DA6

Black with #BD5DA6

Text Example


Text Example

White with #BD5DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5DA6; }

 p { color: rgb(189,93,166); }

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

background-color css

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

 a { background-color: rgb(189,93,166); }

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

border-color css

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

 span { border-color: rgb(189,93,166); }

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