Html Css Color HEX #B246AB Fuchsia

📋 copy color: '#B246AB'

red 178 ◦ green 70 ◦ blue 171

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

Shades of Fuchsia #B246AB

Tints of Fuchsia #B246AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 42.48%
G = 16.71%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B246AB (or 0xB246AB) is known color: Fuchsia. HEX triplet: B2, 46 and AB. RGB value is (178,70,171). Sum of RGB (Red+Green+Blue) = 178+70+171=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B246AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B246AB is #4DB954. Grayscale: #717171. Windows color (decimal): -5093717 or 11224754. OLE color: 11224754.

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

Color convert

RGB 178 70 171 -
CMYK 0 0.61 0.04 0.30
HSL 303.89º 0.44% 0.49% -
HSV(B) 303.89º 0.61% 0.7% -
XYZ 27.9 16.79 40.3 -
YUV 113.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 178 70 171 0 0.61 0.04 0.30 303.89 0.44 0.49
Hex B2 46 AB 0 3D 4 1E 130 2C 31
Octal 262 106 253 0 75 4 36 460 54 61
Binary 10110010 1000110 10101011 0 111101 100 11110 100110000 101100 110001

Color Harmonies of #B246AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246AB

Black with #B246AB

Text Example


Text Example

White with #B246AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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