Html Css Color HEX #B246B8 Fuchsia

📋 copy color: '#B246B8'

red 178 ◦ green 70 ◦ blue 184

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

Shades of Fuchsia #B246B8

Tints of Fuchsia #B246B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.59%

R = 41.2%
G = 16.2%
B = 42.59%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B246B8 (or 0xB246B8) is known color: Fuchsia. HEX triplet: B2, 46 and B8. RGB value is (178,70,184). Sum of RGB (Red+Green+Blue) = 178+70+184=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 184 - color contains mainly: blue. Hex color #B246B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B246B8 is #4DB947. Grayscale: #727272. Windows color (decimal): -5093704 or 12076722. OLE color: 12076722.

HSL color Cylindrical-coordinate representation of color #B246B8: hue angle of 296.84º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B246B8 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 70 184 -
CMYK 0.03 0.62 0 0.28
HSL 296.84º 0.45% 0.5% -
HSV(B) 296.84º 0.62% 0.72% -
XYZ 29.2 17.31 47.15 -
YUV 115.29 166.78 172.73 -
System Red Green Blue C M Y K H S L
Decimal 178 70 184 0.03 0.62 0 0.28 296.84 0.45 0.5
Hex B2 46 B8 3 3E 0 1C 129 2D 32
Octal 262 106 270 3 76 0 34 451 55 62
Binary 10110010 1000110 10111000 11 111110 0 11100 100101001 101101 110010

Color Harmonies of #B246B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B246B8

Black with #B246B8

Text Example


Text Example

White with #B246B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B246B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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