Html Css Color HEX #B75DAC Fuchsia

📋 copy color: '#B75DAC'

red 183 ◦ green 93 ◦ blue 172

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

Shades of Fuchsia #B75DAC

Tints of Fuchsia #B75DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.76%

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

R = 40.85%
G = 20.76%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B75DAC (or 0xB75DAC) is known color: Fuchsia. HEX triplet: B7, 5D and AC. RGB value is (183,93,172). Sum of RGB (Red+Green+Blue) = 183+93+172=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B75DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75DAC is #48A253. Grayscale: #808080. Windows color (decimal): -4760148 or 11296183. OLE color: 11296183.

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

Color convert

RGB 183 93 172 -
CMYK 0 0.49 0.06 0.28
HSL 307.33º 0.38% 0.54% -
HSV(B) 307.33º 0.49% 0.72% -
XYZ 30.89 20.87 41.43 -
YUV 128.92 152.32 166.58 -
System Red Green Blue C M Y K H S L
Decimal 183 93 172 0 0.49 0.06 0.28 307.33 0.38 0.54
Hex B7 5D AC 0 31 6 1C 133 26 36
Octal 267 135 254 0 61 6 34 463 46 66
Binary 10110111 1011101 10101100 0 110001 110 11100 100110011 100110 110110

Color Harmonies of #B75DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75DAC

Black with #B75DAC

Text Example


Text Example

White with #B75DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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