Html Css Color HEX #B967AD Fuchsia

📋 copy color: '#B967AD'

red 185 ◦ green 103 ◦ blue 173

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

Shades of Fuchsia #B967AD

Tints of Fuchsia #B967AD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.34%

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

R = 40.13%
G = 22.34%
B = 37.53%

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

#B967AD (or 0xB967AD) is known color: Fuchsia. HEX triplet: B9, 67 and AD. RGB value is (185,103,173). Sum of RGB (Red+Green+Blue) = 185+103+173=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B967AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B967AD is #469852. Grayscale: #878787. Windows color (decimal): -4626515 or 11364281. OLE color: 11364281.

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

Color convert

RGB 185 103 173 -
CMYK 0 0.44 0.06 0.27
HSL 308.78º 0.37% 0.56% -
HSV(B) 308.78º 0.44% 0.73% -
XYZ 32.4 23.03 42.27 -
YUV 135.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 185 103 173 0 0.44 0.06 0.27 308.78 0.37 0.56
Hex B9 67 AD 0 2C 6 1B 135 25 38
Octal 271 147 255 0 54 6 33 465 45 70
Binary 10111001 1100111 10101101 0 101100 110 11011 100110101 100101 111000

Color Harmonies of #B967AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B967AD

Black with #B967AD

Text Example


Text Example

White with #B967AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B967AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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