Html Css Color HEX #B842B7 Fuchsia

📋 copy color: '#B842B7'

red 184 ◦ green 66 ◦ blue 183

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

Shades of Fuchsia #B842B7

Tints of Fuchsia #B842B7

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.24%

 BLUE value IS 183 (71.88% from 255) = 42.26%

R = 42.49%
G = 15.24%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B842B7 (or 0xB842B7) is known color: Fuchsia. HEX triplet: B8, 42 and B7. RGB value is (184,66,183). Sum of RGB (Red+Green+Blue) = 184+66+183=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B842B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842B7 is #47BD48. Grayscale: #727272. Windows color (decimal): -4701513 or 12010168. OLE color: 12010168.

HSL color Cylindrical-coordinate representation of color #B842B7: hue angle of 300.51º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B842B7 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 66 183 -
CMYK 0 0.64 0.01 0.28
HSL 300.51º 0.47% 0.49% -
HSV(B) 300.51º 0.64% 0.72% -
XYZ 30.26 17.51 46.58 -
YUV 114.62 166.59 177.49 -
System Red Green Blue C M Y K H S L
Decimal 184 66 183 0 0.64 0.01 0.28 300.51 0.47 0.49
Hex B8 42 B7 0 40 1 1C 12D 2F 31
Octal 270 102 267 0 100 1 34 455 57 61
Binary 10111000 1000010 10110111 0 1000000 1 11100 100101101 101111 110001

Color Harmonies of #B842B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B842B7

Black with #B842B7

Text Example


Text Example

White with #B842B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B842B7; }

 p { color: rgb(184,66,183); }

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

background-color css

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

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

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

border-color css

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

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

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