Html Css Color HEX #B749B0 Fuchsia

📋 copy color: '#B749B0'

red 183 ◦ green 73 ◦ blue 176

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

Shades of Fuchsia #B749B0

Tints of Fuchsia #B749B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.74%

R = 42.36%
G = 16.9%
B = 40.74%

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

#B749B0 (or 0xB749B0) is known color: Fuchsia. HEX triplet: B7, 49 and B0. RGB value is (183,73,176). Sum of RGB (Red+Green+Blue) = 183+73+176=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B749B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B749B0 is #48B64F. Grayscale: #757575. Windows color (decimal): -4765264 or 11553207. OLE color: 11553207.

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

Color convert

RGB 183 73 176 -
CMYK 0 0.60 0.04 0.28
HSL 303.82º 0.43% 0.5% -
HSV(B) 303.82º 0.6% 0.72% -
XYZ 29.75 17.97 42.97 -
YUV 117.63 160.94 174.62 -
System Red Green Blue C M Y K H S L
Decimal 183 73 176 0 0.60 0.04 0.28 303.82 0.43 0.5
Hex B7 49 B0 0 3C 4 1C 130 2B 32
Octal 267 111 260 0 74 4 34 460 53 62
Binary 10110111 1001001 10110000 0 111100 100 11100 100110000 101011 110010

Color Harmonies of #B749B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749B0

Black with #B749B0

Text Example


Text Example

White with #B749B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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