Html Css Color HEX #B46FB8 Fuchsia

📋 copy color: '#B46FB8'

red 180 ◦ green 111 ◦ blue 184

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

Shades of Fuchsia #B46FB8

Tints of Fuchsia #B46FB8

RGB

 RED value IS 180 (70.7% from 255) = 37.89%

 GREEN value IS 111 (43.75% from 255) = 23.37%

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

R = 37.89%
G = 23.37%
B = 38.74%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B46FB8 (or 0xB46FB8) is known color: Fuchsia. HEX triplet: B4, 6F and B8. RGB value is (180,111,184). Sum of RGB (Red+Green+Blue) = 180+111+184=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 184 - color contains mainly: blue. Hex color #B46FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FB8 is #4B9047. Grayscale: #8B8B8B. Windows color (decimal): -4952136 or 12087220. OLE color: 12087220.

HSL color Cylindrical-coordinate representation of color #B46FB8: hue angle of 296.71º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B46FB8 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 111 184 -
CMYK 0.02 0.40 0 0.28
HSL 296.71º 0.34% 0.58% -
HSV(B) 296.71º 0.4% 0.72% -
XYZ 33.16 24.53 48.34 -
YUV 139.95 152.86 156.56 -
System Red Green Blue C M Y K H S L
Decimal 180 111 184 0.02 0.40 0 0.28 296.71 0.34 0.58
Hex B4 6F B8 2 28 0 1C 129 22 3A
Octal 264 157 270 2 50 0 34 451 42 72
Binary 10110100 1101111 10111000 10 101000 0 11100 100101001 100010 111010

Color Harmonies of #B46FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46FB8

Black with #B46FB8

Text Example


Text Example

White with #B46FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46FB8; }

 p { color: rgb(180,111,184); }

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

background-color css

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

 a { background-color: rgb(180,111,184); }

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

border-color css

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

 span { border-color: rgb(180,111,184); }

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