Html Css Color HEX #B944B0 Fuchsia

📋 copy color: '#B944B0'

red 185 ◦ green 68 ◦ blue 176

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

Shades of Fuchsia #B944B0

Tints of Fuchsia #B944B0

RGB

 RED value IS 185 (72.66% from 255) = 43.12%

 GREEN value IS 68 (26.95% from 255) = 15.85%

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

R = 43.12%
G = 15.85%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B944B0 (or 0xB944B0) is known color: Fuchsia. HEX triplet: B9, 44 and B0. RGB value is (185,68,176). Sum of RGB (Red+Green+Blue) = 185+68+176=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B944B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B944B0 is #46BB4F. Grayscale: #727272. Windows color (decimal): -4635472 or 11551929. OLE color: 11551929.

HSL color Cylindrical-coordinate representation of color #B944B0: hue angle of 304.62º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B944B0 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 68 176 -
CMYK 0 0.63 0.05 0.27
HSL 304.62º 0.46% 0.5% -
HSV(B) 304.62º 0.63% 0.73% -
XYZ 29.91 17.58 42.89 -
YUV 115.3 162.26 177.72 -
System Red Green Blue C M Y K H S L
Decimal 185 68 176 0 0.63 0.05 0.27 304.62 0.46 0.5
Hex B9 44 B0 0 3F 5 1B 131 2E 32
Octal 271 104 260 0 77 5 33 461 56 62
Binary 10111001 1000100 10110000 0 111111 101 11011 100110001 101110 110010

Color Harmonies of #B944B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B944B0

Black with #B944B0

Text Example


Text Example

White with #B944B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B944B0; }

 p { color: rgb(185,68,176); }

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

background-color css

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

 a { background-color: rgb(185,68,176); }

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

border-color css

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

 span { border-color: rgb(185,68,176); }

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