Html Css Color HEX #B851B8 Fuchsia

📋 copy color: '#B851B8'

red 184 ◦ green 81 ◦ blue 184

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

Shades of Fuchsia #B851B8

Tints of Fuchsia #B851B8

RGB

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

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

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

R = 40.98%
G = 18.04%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B851B8 (or 0xB851B8) is known color: Fuchsia. HEX triplet: B8, 51 and B8. RGB value is (184,81,184). Sum of RGB (Red+Green+Blue) = 184+81+184=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 184 - color contains mainly: red, blue. Hex color #B851B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B851B8 is #47AE47. Grayscale: #7B7B7B. Windows color (decimal): -4697672 or 12079544. OLE color: 12079544.

HSL color Cylindrical-coordinate representation of color #B851B8: hue angle of 300º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B851B8 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 184 -
CMYK 0 0.56 0 0.28
HSL 300º 0.42% 0.52% -
HSV(B) 300º 0.56% 0.72% -
XYZ 31.36 19.54 47.47 -
YUV 123.54 162.12 171.12 -
System Red Green Blue C M Y K H S L
Decimal 184 81 184 0 0.56 0 0.28 300 0.42 0.52
Hex B8 51 B8 0 38 0 1C 12C 2A 34
Octal 270 121 270 0 70 0 34 454 52 64
Binary 10111000 1010001 10111000 0 111000 0 11100 100101100 101010 110100

Color Harmonies of #B851B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B851B8

Black with #B851B8

Text Example


Text Example

White with #B851B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B851B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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