Html Css Color HEX #B749B9 Fuchsia

📋 copy color: '#B749B9'

red 183 ◦ green 73 ◦ blue 185

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

Shades of Fuchsia #B749B9

Tints of Fuchsia #B749B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.95%

R = 41.5%
G = 16.55%
B = 41.95%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B749B9 (or 0xB749B9) is known color: Fuchsia. HEX triplet: B7, 49 and B9. RGB value is (183,73,185). Sum of RGB (Red+Green+Blue) = 183+73+185=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #B749B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749B9 is #48B646. Grayscale: #767676. Windows color (decimal): -4765255 or 12143031. OLE color: 12143031.

HSL color Cylindrical-coordinate representation of color #B749B9: hue angle of 298.93º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B749B9 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 73 185 -
CMYK 0.01 0.61 0 0.27
HSL 298.93º 0.44% 0.51% -
HSV(B) 298.93º 0.61% 0.73% -
XYZ 30.67 18.34 47.82 -
YUV 118.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 183 73 185 0.01 0.61 0 0.27 298.93 0.44 0.51
Hex B7 49 B9 1 3D 0 1B 12B 2C 33
Octal 267 111 271 1 75 0 33 453 54 63
Binary 10110111 1001001 10111001 1 111101 0 11011 100101011 101100 110011

Color Harmonies of #B749B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749B9

Black with #B749B9

Text Example


Text Example

White with #B749B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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