Html Css Color HEX #BD5DAE Fuchsia

📋 copy color: '#BD5DAE'

red 189 ◦ green 93 ◦ blue 174

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

Shades of Fuchsia #BD5DAE

Tints of Fuchsia #BD5DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.16%

R = 41.45%
G = 20.39%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD5DAE (or 0xBD5DAE) is known color: Fuchsia. HEX triplet: BD, 5D and AE. RGB value is (189,93,174). Sum of RGB (Red+Green+Blue) = 189+93+174=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5DAE is #42A251. Grayscale: #828282. Windows color (decimal): -4366930 or 11427261. OLE color: 11427261.

HSL color Cylindrical-coordinate representation of color #BD5DAE: hue angle of 309.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 #BD5DAE is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 93 174 -
CMYK 0 0.51 0.08 0.26
HSL 309.38º 0.42% 0.55% -
HSV(B) 309.38º 0.51% 0.74% -
XYZ 32.54 21.7 42.52 -
YUV 130.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 189 93 174 0 0.51 0.08 0.26 309.38 0.42 0.55
Hex BD 5D AE 0 33 8 1A 135 2A 37
Octal 275 135 256 0 63 10 32 465 52 67
Binary 10111101 1011101 10101110 0 110011 1000 11010 100110101 101010 110111

Color Harmonies of #BD5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5DAE

Black with #BD5DAE

Text Example


Text Example

White with #BD5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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