Html Css Color HEX #B933AD Fuchsia

📋 copy color: '#B933AD'

red 185 ◦ green 51 ◦ blue 173

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

Shades of Fuchsia #B933AD

Tints of Fuchsia #B933AD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.47%

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

R = 45.23%
G = 12.47%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B933AD (or 0xB933AD) is known color: Fuchsia. HEX triplet: B9, 33 and AD. RGB value is (185,51,173). Sum of RGB (Red+Green+Blue) = 185+51+173=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B933AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B933AD is #46CC52. Grayscale: #686868. Windows color (decimal): -4639827 or 11350969. OLE color: 11350969.

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

Color convert

RGB 185 51 173 -
CMYK 0 0.72 0.06 0.27
HSL 305.37º 0.57% 0.46% -
HSV(B) 305.37º 0.72% 0.73% -
XYZ 28.73 15.7 41.05 -
YUV 104.97 166.39 185.08 -
System Red Green Blue C M Y K H S L
Decimal 185 51 173 0 0.72 0.06 0.27 305.37 0.57 0.46
Hex B9 33 AD 0 48 6 1B 131 39 2E
Octal 271 63 255 0 110 6 33 461 71 56
Binary 10111001 110011 10101101 0 1001000 110 11011 100110001 111001 101110

Color Harmonies of #B933AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B933AD

Black with #B933AD

Text Example


Text Example

White with #B933AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B933AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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