Html Css Color HEX #B936AD Fuchsia

📋 copy color: '#B936AD'

red 185 ◦ green 54 ◦ blue 173

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

Shades of Fuchsia #B936AD

Tints of Fuchsia #B936AD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.11%

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

R = 44.9%
G = 13.11%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B936AD (or 0xB936AD) is known color: Fuchsia. HEX triplet: B9, 36 and AD. RGB value is (185,54,173). Sum of RGB (Red+Green+Blue) = 185+54+173=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B936AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B936AD is #46C952. Grayscale: #6A6A6A. Windows color (decimal): -4639059 or 11351737. OLE color: 11351737.

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

Color convert

RGB 185 54 173 -
CMYK 0 0.71 0.06 0.27
HSL 305.5º 0.55% 0.47% -
HSV(B) 305.5º 0.71% 0.73% -
XYZ 28.87 15.97 41.1 -
YUV 106.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 185 54 173 0 0.71 0.06 0.27 305.5 0.55 0.47
Hex B9 36 AD 0 47 6 1B 131 37 2F
Octal 271 66 255 0 107 6 33 461 67 57
Binary 10111001 110110 10101101 0 1000111 110 11011 100110001 110111 101111

Color Harmonies of #B936AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B936AD

Black with #B936AD

Text Example


Text Example

White with #B936AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B936AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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