Html Css Color HEX #B449BB Fuchsia

📋 copy color: '#B449BB'

red 180 ◦ green 73 ◦ blue 187

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

Shades of Fuchsia #B449BB

Tints of Fuchsia #B449BB

RGB

 RED value IS 180 (70.7% from 255) = 40.91%

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

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

R = 40.91%
G = 16.59%
B = 42.5%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B449BB (or 0xB449BB) is known color: Fuchsia. HEX triplet: B4, 49 and BB. RGB value is (180,73,187). Sum of RGB (Red+Green+Blue) = 180+73+187=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #B449BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449BB is #4BB644. Grayscale: #757575. Windows color (decimal): -4961861 or 12274100. OLE color: 12274100.

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

Color convert

RGB 180 73 187 -
CMYK 0.04 0.61 0 0.27
HSL 296.32º 0.46% 0.51% -
HSV(B) 296.32º 0.61% 0.73% -
XYZ 30.17 18.06 48.91 -
YUV 117.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 180 73 187 0.04 0.61 0 0.27 296.32 0.46 0.51
Hex B4 49 BB 4 3D 0 1B 128 2E 33
Octal 264 111 273 4 75 0 33 450 56 63
Binary 10110100 1001001 10111011 100 111101 0 11011 100101000 101110 110011

Color Harmonies of #B449BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449BB

Black with #B449BB

Text Example


Text Example

White with #B449BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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