Html Css Color HEX #BD68AC Fuchsia

📋 copy color: '#BD68AC'

red 189 ◦ green 104 ◦ blue 172

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

Shades of Fuchsia #BD68AC

Tints of Fuchsia #BD68AC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.37%

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

R = 40.65%
G = 22.37%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD68AC (or 0xBD68AC) is known color: Fuchsia. HEX triplet: BD, 68 and AC. RGB value is (189,104,172). Sum of RGB (Red+Green+Blue) = 189+104+172=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD68AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD68AC is #429753. Grayscale: #888888. Windows color (decimal): -4364116 or 11299005. OLE color: 11299005.

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

Color convert

RGB 189 104 172 -
CMYK 0 0.45 0.09 0.26
HSL 312º 0.39% 0.57% -
HSV(B) 312º 0.45% 0.74% -
XYZ 33.38 23.7 41.84 -
YUV 137.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 189 104 172 0 0.45 0.09 0.26 312 0.39 0.57
Hex BD 68 AC 0 2D 9 1A 138 27 39
Octal 275 150 254 0 55 11 32 470 47 71
Binary 10111101 1101000 10101100 0 101101 1001 11010 100111000 100111 111001

Color Harmonies of #BD68AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD68AC

Black with #BD68AC

Text Example


Text Example

White with #BD68AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD68AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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