Html Css Color HEX #B848AD Fuchsia

📋 copy color: '#B848AD'

red 184 ◦ green 72 ◦ blue 173

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

Shades of Fuchsia #B848AD

Tints of Fuchsia #B848AD

RGB

 RED value IS 184 (72.27% from 255) = 42.89%

 GREEN value IS 72 (28.52% from 255) = 16.78%

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

R = 42.89%
G = 16.78%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B848AD (or 0xB848AD) is known color: Fuchsia. HEX triplet: B8, 48 and AD. RGB value is (184,72,173). Sum of RGB (Red+Green+Blue) = 184+72+173=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B848AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B848AD is #47B752. Grayscale: #747474. Windows color (decimal): -4699987 or 11356344. OLE color: 11356344.

HSL color Cylindrical-coordinate representation of color #B848AD: hue angle of 305.89º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B848AD is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 72 173 -
CMYK 0 0.61 0.06 0.28
HSL 305.89º 0.44% 0.5% -
HSV(B) 305.89º 0.61% 0.72% -
XYZ 29.63 17.84 41.42 -
YUV 117 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 184 72 173 0 0.61 0.06 0.28 305.89 0.44 0.5
Hex B8 48 AD 0 3D 6 1C 132 2C 32
Octal 270 110 255 0 75 6 34 462 54 62
Binary 10111000 1001000 10101101 0 111101 110 11100 100110010 101100 110010

Color Harmonies of #B848AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B848AD

Black with #B848AD

Text Example


Text Example

White with #B848AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B848AD; }

 p { color: rgb(184,72,173); }

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

background-color css

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

 a { background-color: rgb(184,72,173); }

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

border-color css

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

 span { border-color: rgb(184,72,173); }

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