Html Css Color HEX #B754AD Fuchsia

📋 copy color: '#B754AD'

red 183 ◦ green 84 ◦ blue 173

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

Shades of Fuchsia #B754AD

Tints of Fuchsia #B754AD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.09%

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 41.59%
G = 19.09%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B754AD (or 0xB754AD) is known color: Fuchsia. HEX triplet: B7, 54 and AD. RGB value is (183,84,173). Sum of RGB (Red+Green+Blue) = 183+84+173=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B754AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B754AD is #48AB52. Grayscale: #7B7B7B. Windows color (decimal): -4762451 or 11359415. OLE color: 11359415.

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

Color convert

RGB 183 84 173 -
CMYK 0 0.54 0.05 0.28
HSL 306.06º 0.41% 0.52% -
HSV(B) 306.06º 0.54% 0.72% -
XYZ 30.24 19.43 41.69 -
YUV 123.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 183 84 173 0 0.54 0.05 0.28 306.06 0.41 0.52
Hex B7 54 AD 0 36 5 1C 132 29 34
Octal 267 124 255 0 66 5 34 462 51 64
Binary 10110111 1010100 10101101 0 110110 101 11100 100110010 101001 110100

Color Harmonies of #B754AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754AD

Black with #B754AD

Text Example


Text Example

White with #B754AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754AD; }

 p { color: rgb(183,84,173); }

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

background-color css

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

 a { background-color: rgb(183,84,173); }

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

border-color css

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

 span { border-color: rgb(183,84,173); }

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