Html Css Color HEX #BD5CAB Fuchsia

📋 copy color: '#BD5CAB'

red 189 ◦ green 92 ◦ blue 171

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

Shades of Fuchsia #BD5CAB

Tints of Fuchsia #BD5CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.35%

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 41.81%
G = 20.35%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD5CAB (or 0xBD5CAB) is known color: Fuchsia. HEX triplet: BD, 5C and AB. RGB value is (189,92,171). Sum of RGB (Red+Green+Blue) = 189+92+171=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5CAB is #42A354. Grayscale: #818181. Windows color (decimal): -4367189 or 11230397. OLE color: 11230397.

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

Color convert

RGB 189 92 171 -
CMYK 0 0.51 0.10 0.26
HSL 311.13º 0.42% 0.55% -
HSV(B) 311.13º 0.51% 0.74% -
XYZ 32.16 21.41 40.97 -
YUV 130.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 189 92 171 0 0.51 0.10 0.26 311.13 0.42 0.55
Hex BD 5C AB 0 33 A 1A 137 2A 37
Octal 275 134 253 0 63 12 32 467 52 67
Binary 10111101 1011100 10101011 0 110011 1010 11010 100110111 101010 110111

Color Harmonies of #BD5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5CAB

Black with #BD5CAB

Text Example


Text Example

White with #BD5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5CAB; }

 p { color: rgb(189,92,171); }

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

background-color css

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

 a { background-color: rgb(189,92,171); }

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

border-color css

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

 span { border-color: rgb(189,92,171); }

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