Html Css Color HEX #B246A9 Fuchsia

📋 copy color: '#B246A9'

red 178 ◦ green 70 ◦ blue 169

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

Shades of Fuchsia #B246A9

Tints of Fuchsia #B246A9

RGB

 RED value IS 178 (69.92% from 255) = 42.69%

 GREEN value IS 70 (27.73% from 255) = 16.79%

 BLUE value IS 169 (66.41% from 255) = 40.53%

R = 42.69%
G = 16.79%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B246A9 (or 0xB246A9) is known color: Fuchsia. HEX triplet: B2, 46 and A9. RGB value is (178,70,169). Sum of RGB (Red+Green+Blue) = 178+70+169=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B246A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B246A9 is #4DB956. Grayscale: #717171. Windows color (decimal): -5093719 or 11093682. OLE color: 11093682.

HSL color Cylindrical-coordinate representation of color #B246A9: hue angle of 305º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B246A9 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 70 169 -
CMYK 0 0.61 0.05 0.30
HSL 305º 0.44% 0.49% -
HSV(B) 305º 0.61% 0.7% -
XYZ 27.71 16.71 39.3 -
YUV 113.58 159.28 173.95 -
System Red Green Blue C M Y K H S L
Decimal 178 70 169 0 0.61 0.05 0.30 305 0.44 0.49
Hex B2 46 A9 0 3D 5 1E 131 2C 31
Octal 262 106 251 0 75 5 36 461 54 61
Binary 10110010 1000110 10101001 0 111101 101 11110 100110001 101100 110001

Color Harmonies of #B246A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246A9

Black with #B246A9

Text Example


Text Example

White with #B246A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246A9; }

 p { color: rgb(178,70,169); }

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

background-color css

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

 a { background-color: rgb(178,70,169); }

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

border-color css

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

 span { border-color: rgb(178,70,169); }

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