Html Css Color HEX #B749AF Fuchsia

📋 copy color: '#B749AF'

red 183 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #B749AF

Tints of Fuchsia #B749AF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.94%

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

R = 42.46%
G = 16.94%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B749AF (or 0xB749AF) is known color: Fuchsia. HEX triplet: B7, 49 and AF. RGB value is (183,73,175). Sum of RGB (Red+Green+Blue) = 183+73+175=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B749AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B749AF is #48B650. Grayscale: #757575. Windows color (decimal): -4765265 or 11487671. OLE color: 11487671.

HSL color Cylindrical-coordinate representation of color #B749AF: hue angle of 304.36º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B749AF is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 73 175 -
CMYK 0 0.60 0.04 0.28
HSL 304.36º 0.43% 0.5% -
HSV(B) 304.36º 0.6% 0.72% -
XYZ 29.65 17.93 42.46 -
YUV 117.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 183 73 175 0 0.60 0.04 0.28 304.36 0.43 0.5
Hex B7 49 AF 0 3C 4 1C 130 2B 32
Octal 267 111 257 0 74 4 34 460 53 62
Binary 10110111 1001001 10101111 0 111100 100 11100 100110000 101011 110010

Color Harmonies of #B749AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749AF

Black with #B749AF

Text Example


Text Example

White with #B749AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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