Html Css Color HEX #B75AAC Fuchsia

📋 copy color: '#B75AAC'

red 183 ◦ green 90 ◦ blue 172

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

Shades of Fuchsia #B75AAC

Tints of Fuchsia #B75AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.22%

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 41.12%
G = 20.22%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B75AAC (or 0xB75AAC) is known color: Fuchsia. HEX triplet: B7, 5A and AC. RGB value is (183,90,172). Sum of RGB (Red+Green+Blue) = 183+90+172=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B75AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75AAC is #48A553. Grayscale: #7E7E7E. Windows color (decimal): -4760916 or 11295415. OLE color: 11295415.

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

Color convert

RGB 183 90 172 -
CMYK 0 0.51 0.06 0.28
HSL 307.1º 0.39% 0.54% -
HSV(B) 307.1º 0.51% 0.72% -
XYZ 30.63 20.36 41.34 -
YUV 127.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 183 90 172 0 0.51 0.06 0.28 307.1 0.39 0.54
Hex B7 5A AC 0 33 6 1C 133 27 36
Octal 267 132 254 0 63 6 34 463 47 66
Binary 10110111 1011010 10101100 0 110011 110 11100 100110011 100111 110110

Color Harmonies of #B75AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75AAC

Black with #B75AAC

Text Example


Text Example

White with #B75AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75AAC; }

 p { color: rgb(183,90,172); }

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

background-color css

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

 a { background-color: rgb(183,90,172); }

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

border-color css

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

 span { border-color: rgb(183,90,172); }

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