Html Css Color HEX #B749BB Fuchsia

📋 copy color: '#B749BB'

red 183 ◦ green 73 ◦ blue 187

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

Shades of Fuchsia #B749BB

Tints of Fuchsia #B749BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.21%

R = 41.31%
G = 16.48%
B = 42.21%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B749BB (or 0xB749BB) is known color: Fuchsia. HEX triplet: B7, 49 and BB. RGB value is (183,73,187). Sum of RGB (Red+Green+Blue) = 183+73+187=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #B749BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749BB is #48B644. Grayscale: #767676. Windows color (decimal): -4765253 or 12274103. OLE color: 12274103.

HSL color Cylindrical-coordinate representation of color #B749BB: hue angle of 297.89º degrees, saturation: 0.46, 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 #B749BB is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 73 187 -
CMYK 0.02 0.61 0 0.27
HSL 297.89º 0.46% 0.51% -
HSV(B) 297.89º 0.61% 0.73% -
XYZ 30.88 18.42 48.94 -
YUV 118.89 166.44 173.73 -
System Red Green Blue C M Y K H S L
Decimal 183 73 187 0.02 0.61 0 0.27 297.89 0.46 0.51
Hex B7 49 BB 2 3D 0 1B 12A 2E 33
Octal 267 111 273 2 75 0 33 452 56 63
Binary 10110111 1001001 10111011 10 111101 0 11011 100101010 101110 110011

Color Harmonies of #B749BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749BB

Black with #B749BB

Text Example


Text Example

White with #B749BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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