Html Css Color HEX #B968AD Fuchsia

📋 copy color: '#B968AD'

red 185 ◦ green 104 ◦ blue 173

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

Shades of Fuchsia #B968AD

Tints of Fuchsia #B968AD

RGB

 RED value IS 185 (72.66% from 255) = 40.04%

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

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

R = 40.04%
G = 22.51%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B968AD (or 0xB968AD) is known color: Fuchsia. HEX triplet: B9, 68 and AD. RGB value is (185,104,173). Sum of RGB (Red+Green+Blue) = 185+104+173=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B968AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B968AD is #469752. Grayscale: #878787. Windows color (decimal): -4626259 or 11364537. OLE color: 11364537.

HSL color Cylindrical-coordinate representation of color #B968AD: hue angle of 308.89º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B968AD is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 104 173 -
CMYK 0 0.44 0.06 0.27
HSL 308.89º 0.37% 0.57% -
HSV(B) 308.89º 0.44% 0.73% -
XYZ 32.5 23.23 42.31 -
YUV 136.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 185 104 173 0 0.44 0.06 0.27 308.89 0.37 0.57
Hex B9 68 AD 0 2C 6 1B 135 25 39
Octal 271 150 255 0 54 6 33 465 45 71
Binary 10111001 1101000 10101101 0 101100 110 11011 100110101 100101 111001

Color Harmonies of #B968AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B968AD

Black with #B968AD

Text Example


Text Example

White with #B968AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B968AD; }

 p { color: rgb(185,104,173); }

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

background-color css

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

 a { background-color: rgb(185,104,173); }

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

border-color css

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

 span { border-color: rgb(185,104,173); }

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