Html Css Color HEX #B846B2 Fuchsia

📋 copy color: '#B846B2'

red 184 ◦ green 70 ◦ blue 178

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

Shades of Fuchsia #B846B2

Tints of Fuchsia #B846B2

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B846B2 (or 0xB846B2) is known color: Fuchsia. HEX triplet: B8, 46 and B2. RGB value is (184,70,178). Sum of RGB (Red+Green+Blue) = 184+70+178=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B846B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B846B2 is #47B94D. Grayscale: #747474. Windows color (decimal): -4700494 or 11683512. OLE color: 11683512.

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

Color convert

RGB 184 70 178 -
CMYK 0 0.62 0.03 0.28
HSL 303.16º 0.45% 0.5% -
HSV(B) 303.16º 0.62% 0.72% -
XYZ 29.99 17.79 43.97 -
YUV 116.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 184 70 178 0 0.62 0.03 0.28 303.16 0.45 0.5
Hex B8 46 B2 0 3E 3 1C 12F 2D 32
Octal 270 106 262 0 76 3 34 457 55 62
Binary 10111000 1000110 10110010 0 111110 11 11100 100101111 101101 110010

Color Harmonies of #B846B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B846B2

Black with #B846B2

Text Example


Text Example

White with #B846B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B846B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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