Html Css Color HEX #B935AD Fuchsia

📋 copy color: '#B935AD'

red 185 ◦ green 53 ◦ blue 173

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

Shades of Fuchsia #B935AD

Tints of Fuchsia #B935AD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.9%

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

R = 45.01%
G = 12.9%
B = 42.09%

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

#B935AD (or 0xB935AD) is known color: Fuchsia. HEX triplet: B9, 35 and AD. RGB value is (185,53,173). Sum of RGB (Red+Green+Blue) = 185+53+173=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B935AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B935AD is #46CA52. Grayscale: #696969. Windows color (decimal): -4639315 or 11351481. OLE color: 11351481.

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

Color convert

RGB 185 53 173 -
CMYK 0 0.71 0.06 0.27
HSL 305.45º 0.55% 0.47% -
HSV(B) 305.45º 0.71% 0.73% -
XYZ 28.82 15.88 41.08 -
YUV 106.15 165.73 184.24 -
System Red Green Blue C M Y K H S L
Decimal 185 53 173 0 0.71 0.06 0.27 305.45 0.55 0.47
Hex B9 35 AD 0 47 6 1B 131 37 2F
Octal 271 65 255 0 107 6 33 461 67 57
Binary 10111001 110101 10101101 0 1000111 110 11011 100110001 110111 101111

Color Harmonies of #B935AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935AD

Black with #B935AD

Text Example


Text Example

White with #B935AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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