Html Css Color HEX #BD64AC Fuchsia

📋 copy color: '#BD64AC'

red 189 ◦ green 100 ◦ blue 172

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

Shades of Fuchsia #BD64AC

Tints of Fuchsia #BD64AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.69%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 41%
G = 21.69%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD64AC (or 0xBD64AC) is known color: Fuchsia. HEX triplet: BD, 64 and AC. RGB value is (189,100,172). Sum of RGB (Red+Green+Blue) = 189+100+172=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD64AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD64AC is #429B53. Grayscale: #868686. Windows color (decimal): -4365140 or 11297981. OLE color: 11297981.

HSL color Cylindrical-coordinate representation of color #BD64AC: hue angle of 311.46º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD64AC is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 100 172 -
CMYK 0 0.47 0.09 0.26
HSL 311.46º 0.4% 0.57% -
HSV(B) 311.46º 0.47% 0.74% -
XYZ 32.99 22.91 41.71 -
YUV 134.82 148.99 166.65 -
System Red Green Blue C M Y K H S L
Decimal 189 100 172 0 0.47 0.09 0.26 311.46 0.4 0.57
Hex BD 64 AC 0 2F 9 1A 137 28 39
Octal 275 144 254 0 57 11 32 467 50 71
Binary 10111101 1100100 10101100 0 101111 1001 11010 100110111 101000 111001

Color Harmonies of #BD64AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD64AC

Black with #BD64AC

Text Example


Text Example

White with #BD64AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD64AC; }

 p { color: rgb(189,100,172); }

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

background-color css

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

 a { background-color: rgb(189,100,172); }

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

border-color css

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

 span { border-color: rgb(189,100,172); }

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