Html Css Color HEX #B965AB Fuchsia

📋 copy color: '#B965AB'

red 185 ◦ green 101 ◦ blue 171

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

Shades of Fuchsia #B965AB

Tints of Fuchsia #B965AB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.1%

 BLUE value IS 171 (67.19% from 255) = 37.42%

R = 40.48%
G = 22.1%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B965AB (or 0xB965AB) is known color: Fuchsia. HEX triplet: B9, 65 and AB. RGB value is (185,101,171). Sum of RGB (Red+Green+Blue) = 185+101+171=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B965AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B965AB is #469A54. Grayscale: #858585. Windows color (decimal): -4627029 or 11232697. OLE color: 11232697.

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

Color convert

RGB 185 101 171 -
CMYK 0 0.45 0.08 0.27
HSL 310º 0.38% 0.56% -
HSV(B) 310º 0.45% 0.73% -
XYZ 32.01 22.56 41.2 -
YUV 134.1 148.83 164.31 -
System Red Green Blue C M Y K H S L
Decimal 185 101 171 0 0.45 0.08 0.27 310 0.38 0.56
Hex B9 65 AB 0 2D 8 1B 136 26 38
Octal 271 145 253 0 55 10 33 466 46 70
Binary 10111001 1100101 10101011 0 101101 1000 11011 100110110 100110 111000

Color Harmonies of #B965AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B965AB

Black with #B965AB

Text Example


Text Example

White with #B965AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B965AB; }

 p { color: rgb(185,101,171); }

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

background-color css

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

 a { background-color: rgb(185,101,171); }

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

border-color css

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

 span { border-color: rgb(185,101,171); }

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