Html Css Color HEX #B937AD Fuchsia

📋 copy color: '#B937AD'

red 185 ◦ green 55 ◦ blue 173

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

Shades of Fuchsia #B937AD

Tints of Fuchsia #B937AD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.32%

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

R = 44.79%
G = 13.32%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B937AD (or 0xB937AD) is known color: Fuchsia. HEX triplet: B9, 37 and AD. RGB value is (185,55,173). Sum of RGB (Red+Green+Blue) = 185+55+173=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B937AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B937AD is #46C852. Grayscale: #6A6A6A. Windows color (decimal): -4638803 or 11351993. OLE color: 11351993.

HSL color Cylindrical-coordinate representation of color #B937AD: hue angle of 305.54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B937AD is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 55 173 -
CMYK 0 0.70 0.06 0.27
HSL 305.54º 0.54% 0.47% -
HSV(B) 305.54º 0.7% 0.73% -
XYZ 28.92 16.06 41.11 -
YUV 107.32 165.07 183.41 -
System Red Green Blue C M Y K H S L
Decimal 185 55 173 0 0.70 0.06 0.27 305.54 0.54 0.47
Hex B9 37 AD 0 46 6 1B 132 36 2F
Octal 271 67 255 0 106 6 33 462 66 57
Binary 10111001 110111 10101101 0 1000110 110 11011 100110010 110110 101111

Color Harmonies of #B937AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B937AD

Black with #B937AD

Text Example


Text Example

White with #B937AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B937AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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