Html Css Color HEX #B246AC Fuchsia

📋 copy color: '#B246AC'

red 178 ◦ green 70 ◦ blue 172

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

Shades of Fuchsia #B246AC

Tints of Fuchsia #B246AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 42.38%
G = 16.67%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B246AC (or 0xB246AC) is known color: Fuchsia. HEX triplet: B2, 46 and AC. RGB value is (178,70,172). Sum of RGB (Red+Green+Blue) = 178+70+172=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B246AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B246AC is #4DB953. Grayscale: #717171. Windows color (decimal): -5093716 or 11290290. OLE color: 11290290.

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

Color convert

RGB 178 70 172 -
CMYK 0 0.61 0.03 0.30
HSL 303.33º 0.44% 0.49% -
HSV(B) 303.33º 0.61% 0.7% -
XYZ 28 16.82 40.8 -
YUV 113.92 160.78 173.71 -
System Red Green Blue C M Y K H S L
Decimal 178 70 172 0 0.61 0.03 0.30 303.33 0.44 0.49
Hex B2 46 AC 0 3D 3 1E 12F 2C 31
Octal 262 106 254 0 75 3 36 457 54 61
Binary 10110010 1000110 10101100 0 111101 11 11110 100101111 101100 110001

Color Harmonies of #B246AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246AC

Black with #B246AC

Text Example


Text Example

White with #B246AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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