Html Css Color HEX #B246BA Fuchsia

📋 copy color: '#B246BA'

red 178 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #B246BA

Tints of Fuchsia #B246BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 41.01%
G = 16.13%
B = 42.86%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B246BA (or 0xB246BA) is known color: Fuchsia. HEX triplet: B2, 46 and BA. RGB value is (178,70,186). Sum of RGB (Red+Green+Blue) = 178+70+186=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #B246BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246BA is #4DB945. Grayscale: #737373. Windows color (decimal): -5093702 or 12207794. OLE color: 12207794.

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

Color convert

RGB 178 70 186 -
CMYK 0.04 0.62 0 0.27
HSL 295.86º 0.46% 0.5% -
HSV(B) 295.86º 0.62% 0.73% -
XYZ 29.41 17.39 48.26 -
YUV 115.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 178 70 186 0.04 0.62 0 0.27 295.86 0.46 0.5
Hex B2 46 BA 4 3E 0 1B 128 2E 32
Octal 262 106 272 4 76 0 33 450 56 62
Binary 10110010 1000110 10111010 100 111110 0 11011 100101000 101110 110010

Color Harmonies of #B246BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246BA

Black with #B246BA

Text Example


Text Example

White with #B246BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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