Html Css Color HEX #B851C0 Fuchsia

📋 copy color: '#B851C0'

red 184 ◦ green 81 ◦ blue 192

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

Shades of Fuchsia #B851C0

Tints of Fuchsia #B851C0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.72%

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

R = 40.26%
G = 17.72%
B = 42.01%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B851C0 (or 0xB851C0) is known color: Fuchsia. HEX triplet: B8, 51 and C0. RGB value is (184,81,192). Sum of RGB (Red+Green+Blue) = 184+81+192=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #B851C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851C0 is #47AE3F. Grayscale: #7C7C7C. Windows color (decimal): -4697664 or 12603832. OLE color: 12603832.

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

Color convert

RGB 184 81 192 -
CMYK 0.04 0.58 0 0.25
HSL 295.68º 0.47% 0.54% -
HSV(B) 295.68º 0.58% 0.75% -
XYZ 32.22 19.88 52.01 -
YUV 124.45 166.12 170.47 -
System Red Green Blue C M Y K H S L
Decimal 184 81 192 0.04 0.58 0 0.25 295.68 0.47 0.54
Hex B8 51 C0 4 3A 0 19 128 2F 36
Octal 270 121 300 4 72 0 31 450 57 66
Binary 10111000 1010001 11000000 100 111010 0 11001 100101000 101111 110110

Color Harmonies of #B851C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B851C0

Black with #B851C0

Text Example


Text Example

White with #B851C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B851C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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