Html Css Color HEX #B962AD Fuchsia

📋 copy color: '#B962AD'

red 185 ◦ green 98 ◦ blue 173

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

Shades of Fuchsia #B962AD

Tints of Fuchsia #B962AD

RGB

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

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

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

R = 40.57%
G = 21.49%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B962AD (or 0xB962AD) is known color: Fuchsia. HEX triplet: B9, 62 and AD. RGB value is (185,98,173). Sum of RGB (Red+Green+Blue) = 185+98+173=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B962AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B962AD is #469D52. Grayscale: #848484. Windows color (decimal): -4627795 or 11363001. OLE color: 11363001.

HSL color Cylindrical-coordinate representation of color #B962AD: hue angle of 308.28º 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 #B962AD is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 98 173 -
CMYK 0 0.47 0.06 0.27
HSL 308.28º 0.38% 0.55% -
HSV(B) 308.28º 0.47% 0.73% -
XYZ 31.92 22.07 42.11 -
YUV 132.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 185 98 173 0 0.47 0.06 0.27 308.28 0.38 0.55
Hex B9 62 AD 0 2F 6 1B 134 26 37
Octal 271 142 255 0 57 6 33 464 46 67
Binary 10111001 1100010 10101101 0 101111 110 11011 100110100 100110 110111

Color Harmonies of #B962AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962AD

Black with #B962AD

Text Example


Text Example

White with #B962AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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