Html Css Color HEX #BD6DAD Fuchsia

📋 copy color: '#BD6DAD'

red 189 ◦ green 109 ◦ blue 173

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

Shades of Fuchsia #BD6DAD

Tints of Fuchsia #BD6DAD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.14%

 BLUE value IS 173 (67.97% from 255) = 36.73%

R = 40.13%
G = 23.14%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD6DAD (or 0xBD6DAD) is known color: Fuchsia. HEX triplet: BD, 6D and AD. RGB value is (189,109,173). Sum of RGB (Red+Green+Blue) = 189+109+173=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6DAD is #429252. Grayscale: #8C8C8C. Windows color (decimal): -4362835 or 11365821. OLE color: 11365821.

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

Color convert

RGB 189 109 173 -
CMYK 0 0.42 0.08 0.26
HSL 312º 0.38% 0.58% -
HSV(B) 312º 0.42% 0.74% -
XYZ 34 24.77 42.53 -
YUV 140.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 189 109 173 0 0.42 0.08 0.26 312 0.38 0.58
Hex BD 6D AD 0 2A 8 1A 138 26 3A
Octal 275 155 255 0 52 10 32 470 46 72
Binary 10111101 1101101 10101101 0 101010 1000 11010 100111000 100110 111010

Color Harmonies of #BD6DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6DAD

Black with #BD6DAD

Text Example


Text Example

White with #BD6DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6DAD; }

 p { color: rgb(189,109,173); }

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

background-color css

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

 a { background-color: rgb(189,109,173); }

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

border-color css

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

 span { border-color: rgb(189,109,173); }

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