Html Css Color HEX #B852AA Fuchsia

📋 copy color: '#B852AA'

red 184 ◦ green 82 ◦ blue 170

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

Shades of Fuchsia #B852AA

Tints of Fuchsia #B852AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.81%

 BLUE value IS 170 (66.8% from 255) = 38.99%

R = 42.2%
G = 18.81%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B852AA (or 0xB852AA) is known color: Fuchsia. HEX triplet: B8, 52 and AA. RGB value is (184,82,170). Sum of RGB (Red+Green+Blue) = 184+82+170=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B852AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B852AA is #47AD55. Grayscale: #7A7A7A. Windows color (decimal): -4697430 or 11162296. OLE color: 11162296.

HSL color Cylindrical-coordinate representation of color #B852AA: hue angle of 308.24º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B852AA is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 82 170 -
CMYK 0 0.55 0.08 0.28
HSL 308.24º 0.42% 0.52% -
HSV(B) 308.24º 0.55% 0.72% -
XYZ 30.04 19.13 40.14 -
YUV 122.53 154.79 171.84 -
System Red Green Blue C M Y K H S L
Decimal 184 82 170 0 0.55 0.08 0.28 308.24 0.42 0.52
Hex B8 52 AA 0 37 8 1C 134 2A 34
Octal 270 122 252 0 67 10 34 464 52 64
Binary 10111000 1010010 10101010 0 110111 1000 11100 100110100 101010 110100

Color Harmonies of #B852AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B852AA

Black with #B852AA

Text Example


Text Example

White with #B852AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B852AA; }

 p { color: rgb(184,82,170); }

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

background-color css

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

 a { background-color: rgb(184,82,170); }

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

border-color css

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

 span { border-color: rgb(184,82,170); }

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