Html Css Color HEX #B752AA Fuchsia

📋 copy color: '#B752AA'

red 183 ◦ green 82 ◦ blue 170

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

Shades of Fuchsia #B752AA

Tints of Fuchsia #B752AA

RGB

 RED value IS 183 (71.88% from 255) = 42.07%

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

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

R = 42.07%
G = 18.85%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B752AA (or 0xB752AA) is known color: Fuchsia. HEX triplet: B7, 52 and AA. RGB value is (183,82,170). Sum of RGB (Red+Green+Blue) = 183+82+170=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B752AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B752AA is #48AD55. Grayscale: #797979. Windows color (decimal): -4762966 or 11162295. OLE color: 11162295.

HSL color Cylindrical-coordinate representation of color #B752AA: hue angle of 307.72º degrees, saturation: 0.41, 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 #B752AA is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 82 170 -
CMYK 0 0.55 0.07 0.28
HSL 307.72º 0.41% 0.52% -
HSV(B) 307.72º 0.55% 0.72% -
XYZ 29.8 19 40.13 -
YUV 122.23 154.96 171.34 -
System Red Green Blue C M Y K H S L
Decimal 183 82 170 0 0.55 0.07 0.28 307.72 0.41 0.52
Hex B7 52 AA 0 37 7 1C 134 29 34
Octal 267 122 252 0 67 7 34 464 51 64
Binary 10110111 1010010 10101010 0 110111 111 11100 100110100 101001 110100

Color Harmonies of #B752AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B752AA

Black with #B752AA

Text Example


Text Example

White with #B752AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B752AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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