Html Css Color HEX #B961AE Fuchsia

📋 copy color: '#B961AE'

red 185 ◦ green 97 ◦ blue 174

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

Shades of Fuchsia #B961AE

Tints of Fuchsia #B961AE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.27%

 BLUE value IS 174 (68.36% from 255) = 38.16%

R = 40.57%
G = 21.27%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B961AE (or 0xB961AE) is known color: Fuchsia. HEX triplet: B9, 61 and AE. RGB value is (185,97,174). Sum of RGB (Red+Green+Blue) = 185+97+174=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B961AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B961AE is #469E51. Grayscale: #838383. Windows color (decimal): -4628050 or 11428281. OLE color: 11428281.

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

Color convert

RGB 185 97 174 -
CMYK 0 0.48 0.06 0.27
HSL 307.5º 0.39% 0.55% -
HSV(B) 307.5º 0.48% 0.73% -
XYZ 31.92 21.92 42.59 -
YUV 132.09 151.65 165.74 -
System Red Green Blue C M Y K H S L
Decimal 185 97 174 0 0.48 0.06 0.27 307.5 0.39 0.55
Hex B9 61 AE 0 30 6 1B 134 27 37
Octal 271 141 256 0 60 6 33 464 47 67
Binary 10111001 1100001 10101110 0 110000 110 11011 100110100 100111 110111

Color Harmonies of #B961AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B961AE

Black with #B961AE

Text Example


Text Example

White with #B961AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B961AE; }

 p { color: rgb(185,97,174); }

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

background-color css

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

 a { background-color: rgb(185,97,174); }

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

border-color css

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

 span { border-color: rgb(185,97,174); }

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