Html Css Color HEX #B953AD Fuchsia

📋 copy color: '#B953AD'

red 185 ◦ green 83 ◦ blue 173

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

Shades of Fuchsia #B953AD

Tints of Fuchsia #B953AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.82%

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

R = 41.95%
G = 18.82%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B953AD (or 0xB953AD) is known color: Fuchsia. HEX triplet: B9, 53 and AD. RGB value is (185,83,173). Sum of RGB (Red+Green+Blue) = 185+83+173=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B953AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B953AD is #46AC52. Grayscale: #7B7B7B. Windows color (decimal): -4631635 or 11359161. OLE color: 11359161.

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

Color convert

RGB 185 83 173 -
CMYK 0 0.55 0.06 0.27
HSL 307.06º 0.42% 0.53% -
HSV(B) 307.06º 0.55% 0.73% -
XYZ 30.64 19.52 41.69 -
YUV 123.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 185 83 173 0 0.55 0.06 0.27 307.06 0.42 0.53
Hex B9 53 AD 0 37 6 1B 133 2A 35
Octal 271 123 255 0 67 6 33 463 52 65
Binary 10111001 1010011 10101101 0 110111 110 11011 100110011 101010 110101

Color Harmonies of #B953AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B953AD

Black with #B953AD

Text Example


Text Example

White with #B953AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B953AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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