Html Css Color HEX #B753AA Fuchsia

📋 copy color: '#B753AA'

red 183 ◦ green 83 ◦ blue 170

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

Shades of Fuchsia #B753AA

Tints of Fuchsia #B753AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.04%

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

R = 41.97%
G = 19.04%
B = 38.99%

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

#B753AA (or 0xB753AA) is known color: Fuchsia. HEX triplet: B7, 53 and AA. RGB value is (183,83,170). Sum of RGB (Red+Green+Blue) = 183+83+170=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B753AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B753AA is #48AC55. Grayscale: #7A7A7A. Windows color (decimal): -4762710 or 11162551. OLE color: 11162551.

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

Color convert

RGB 183 83 170 -
CMYK 0 0.55 0.07 0.28
HSL 307.8º 0.41% 0.52% -
HSV(B) 307.8º 0.55% 0.72% -
XYZ 29.88 19.16 40.15 -
YUV 122.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 183 83 170 0 0.55 0.07 0.28 307.8 0.41 0.52
Hex B7 53 AA 0 37 7 1C 134 29 34
Octal 267 123 252 0 67 7 34 464 51 64
Binary 10110111 1010011 10101010 0 110111 111 11100 100110100 101001 110100

Color Harmonies of #B753AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B753AA

Black with #B753AA

Text Example


Text Example

White with #B753AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B753AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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