Html Css Color HEX #B847C0 Fuchsia

📋 copy color: '#B847C0'

red 184 ◦ green 71 ◦ blue 192

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

Shades of Fuchsia #B847C0

Tints of Fuchsia #B847C0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.88%

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

R = 41.16%
G = 15.88%
B = 42.95%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B847C0 (or 0xB847C0) is known color: Fuchsia. HEX triplet: B8, 47 and C0. RGB value is (184,71,192). Sum of RGB (Red+Green+Blue) = 184+71+192=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #B847C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B847C0 is #47B83F. Grayscale: #767676. Windows color (decimal): -4700224 or 12601272. OLE color: 12601272.

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

Color convert

RGB 184 71 192 -
CMYK 0.04 0.63 0 0.25
HSL 296.03º 0.49% 0.52% -
HSV(B) 296.03º 0.63% 0.75% -
XYZ 31.53 18.5 51.78 -
YUV 118.58 169.44 174.66 -
System Red Green Blue C M Y K H S L
Decimal 184 71 192 0.04 0.63 0 0.25 296.03 0.49 0.52
Hex B8 47 C0 4 3F 0 19 128 31 34
Octal 270 107 300 4 77 0 31 450 61 64
Binary 10111000 1000111 11000000 100 111111 0 11001 100101000 110001 110100

Color Harmonies of #B847C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B847C0

Black with #B847C0

Text Example


Text Example

White with #B847C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B847C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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