Html Css Color HEX #B846C0 Fuchsia

📋 copy color: '#B846C0'

red 184 ◦ green 70 ◦ blue 192

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

Shades of Fuchsia #B846C0

Tints of Fuchsia #B846C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.05%

R = 41.26%
G = 15.7%
B = 43.05%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B846C0 (or 0xB846C0) is known color: Fuchsia. HEX triplet: B8, 46 and C0. RGB value is (184,70,192). Sum of RGB (Red+Green+Blue) = 184+70+192=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #B846C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B846C0 is #47B93F. Grayscale: #757575. Windows color (decimal): -4700480 or 12601016. OLE color: 12601016.

HSL color Cylindrical-coordinate representation of color #B846C0: hue angle of 296.07º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B846C0 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 70 192 -
CMYK 0.04 0.64 0 0.25
HSL 296.07º 0.49% 0.51% -
HSV(B) 296.07º 0.64% 0.75% -
XYZ 31.47 18.38 51.76 -
YUV 117.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 184 70 192 0.04 0.64 0 0.25 296.07 0.49 0.51
Hex B8 46 C0 4 40 0 19 128 31 33
Octal 270 106 300 4 100 0 31 450 61 63
Binary 10111000 1000110 11000000 100 1000000 0 11001 100101000 110001 110011

Color Harmonies of #B846C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B846C0

Black with #B846C0

Text Example


Text Example

White with #B846C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B846C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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