Html Css Color HEX #B962AB Fuchsia

📋 copy color: '#B962AB'

red 185 ◦ green 98 ◦ blue 171

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

Shades of Fuchsia #B962AB

Tints of Fuchsia #B962AB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.59%

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

R = 40.75%
G = 21.59%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B962AB (or 0xB962AB) is known color: Fuchsia. HEX triplet: B9, 62 and AB. RGB value is (185,98,171). Sum of RGB (Red+Green+Blue) = 185+98+171=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B962AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B962AB is #469D54. Grayscale: #848484. Windows color (decimal): -4627797 or 11231929. OLE color: 11231929.

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

Color convert

RGB 185 98 171 -
CMYK 0 0.47 0.08 0.27
HSL 309.66º 0.38% 0.55% -
HSV(B) 309.66º 0.47% 0.73% -
XYZ 31.73 21.99 41.1 -
YUV 132.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 185 98 171 0 0.47 0.08 0.27 309.66 0.38 0.55
Hex B9 62 AB 0 2F 8 1B 136 26 37
Octal 271 142 253 0 57 10 33 466 46 67
Binary 10111001 1100010 10101011 0 101111 1000 11011 100110110 100110 110111

Color Harmonies of #B962AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962AB

Black with #B962AB

Text Example


Text Example

White with #B962AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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