Html Css Color HEX #B949B2 Fuchsia

📋 copy color: '#B949B2'

red 185 ◦ green 73 ◦ blue 178

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

Shades of Fuchsia #B949B2

Tints of Fuchsia #B949B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 42.43%
G = 16.74%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B949B2 (or 0xB949B2) is known color: Fuchsia. HEX triplet: B9, 49 and B2. RGB value is (185,73,178). Sum of RGB (Red+Green+Blue) = 185+73+178=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B949B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B949B2 is #46B64D. Grayscale: #767676. Windows color (decimal): -4634190 or 11684281. OLE color: 11684281.

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

Color convert

RGB 185 73 178 -
CMYK 0 0.61 0.04 0.27
HSL 303.75º 0.44% 0.51% -
HSV(B) 303.75º 0.61% 0.73% -
XYZ 30.43 18.29 44.05 -
YUV 118.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 185 73 178 0 0.61 0.04 0.27 303.75 0.44 0.51
Hex B9 49 B2 0 3D 4 1B 130 2C 33
Octal 271 111 262 0 75 4 33 460 54 63
Binary 10111001 1001001 10110010 0 111101 100 11011 100110000 101100 110011

Color Harmonies of #B949B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B949B2

Black with #B949B2

Text Example


Text Example

White with #B949B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B949B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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