Html Css Color HEX #B754AF Fuchsia

📋 copy color: '#B754AF'

red 183 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #B754AF

Tints of Fuchsia #B754AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.59%

R = 41.4%
G = 19%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B754AF (or 0xB754AF) is known color: Fuchsia. HEX triplet: B7, 54 and AF. RGB value is (183,84,175). Sum of RGB (Red+Green+Blue) = 183+84+175=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B754AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B754AF is #48AB50. Grayscale: #7B7B7B. Windows color (decimal): -4762449 or 11490487. OLE color: 11490487.

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

Color convert

RGB 183 84 175 -
CMYK 0 0.54 0.04 0.28
HSL 304.85º 0.41% 0.52% -
HSV(B) 304.85º 0.54% 0.72% -
XYZ 30.44 19.5 42.72 -
YUV 123.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 183 84 175 0 0.54 0.04 0.28 304.85 0.41 0.52
Hex B7 54 AF 0 36 4 1C 131 29 34
Octal 267 124 257 0 66 4 34 461 51 64
Binary 10110111 1010100 10101111 0 110110 100 11100 100110001 101001 110100

Color Harmonies of #B754AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B754AF

Black with #B754AF

Text Example


Text Example

White with #B754AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B754AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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