Html Css Color HEX #B846B6 Fuchsia

📋 copy color: '#B846B6'

red 184 ◦ green 70 ◦ blue 182

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

Shades of Fuchsia #B846B6

Tints of Fuchsia #B846B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.74%

R = 42.2%
G = 16.06%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B846B6 (or 0xB846B6) is known color: Fuchsia. HEX triplet: B8, 46 and B6. RGB value is (184,70,182). Sum of RGB (Red+Green+Blue) = 184+70+182=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B846B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B846B6 is #47B949. Grayscale: #747474. Windows color (decimal): -4700490 or 11945656. OLE color: 11945656.

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

Color convert

RGB 184 70 182 -
CMYK 0 0.62 0.01 0.28
HSL 301.05º 0.45% 0.5% -
HSV(B) 301.05º 0.62% 0.72% -
XYZ 30.4 17.95 46.12 -
YUV 116.85 164.77 175.89 -
System Red Green Blue C M Y K H S L
Decimal 184 70 182 0 0.62 0.01 0.28 301.05 0.45 0.5
Hex B8 46 B6 0 3E 1 1C 12D 2D 32
Octal 270 106 266 0 76 1 34 455 55 62
Binary 10111000 1000110 10110110 0 111110 1 11100 100101101 101101 110010

Color Harmonies of #B846B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B846B6

Black with #B846B6

Text Example


Text Example

White with #B846B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B846B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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