Html Css Color HEX #BD6CAD Fuchsia

📋 copy color: '#BD6CAD'

red 189 ◦ green 108 ◦ blue 173

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

Shades of Fuchsia #BD6CAD

Tints of Fuchsia #BD6CAD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.98%

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

R = 40.21%
G = 22.98%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD6CAD (or 0xBD6CAD) is known color: Fuchsia. HEX triplet: BD, 6C and AD. RGB value is (189,108,173). Sum of RGB (Red+Green+Blue) = 189+108+173=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6CAD is #429352. Grayscale: #8B8B8B. Windows color (decimal): -4363091 or 11365565. OLE color: 11365565.

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

Color convert

RGB 189 108 173 -
CMYK 0 0.43 0.08 0.26
HSL 311.85º 0.38% 0.58% -
HSV(B) 311.85º 0.43% 0.74% -
XYZ 33.89 24.56 42.49 -
YUV 139.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 189 108 173 0 0.43 0.08 0.26 311.85 0.38 0.58
Hex BD 6C AD 0 2B 8 1A 138 26 3A
Octal 275 154 255 0 53 10 32 470 46 72
Binary 10111101 1101100 10101101 0 101011 1000 11010 100111000 100110 111010

Color Harmonies of #BD6CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6CAD

Black with #BD6CAD

Text Example


Text Example

White with #BD6CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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