Html Css Color HEX #B846B5 Fuchsia

📋 copy color: '#B846B5'

red 184 ◦ green 70 ◦ blue 181

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

Shades of Fuchsia #B846B5

Tints of Fuchsia #B846B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.61%

R = 42.3%
G = 16.09%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B846B5 (or 0xB846B5) is known color: Fuchsia. HEX triplet: B8, 46 and B5. RGB value is (184,70,181). Sum of RGB (Red+Green+Blue) = 184+70+181=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B846B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B846B5 is #47B94A. Grayscale: #747474. Windows color (decimal): -4700491 or 11880120. OLE color: 11880120.

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

Color convert

RGB 184 70 181 -
CMYK 0 0.62 0.02 0.28
HSL 301.58º 0.45% 0.5% -
HSV(B) 301.58º 0.62% 0.72% -
XYZ 30.3 17.91 45.58 -
YUV 116.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 184 70 181 0 0.62 0.02 0.28 301.58 0.45 0.5
Hex B8 46 B5 0 3E 2 1C 12E 2D 32
Octal 270 106 265 0 76 2 34 456 55 62
Binary 10111000 1000110 10110101 0 111110 10 11100 100101110 101101 110010

Color Harmonies of #B846B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B846B5

Black with #B846B5

Text Example


Text Example

White with #B846B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B846B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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