Html Css Color HEX #B80871 Jazzberry Jam

📋 copy color: '#B80871'

red 184 ◦ green 8 ◦ blue 113

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

Shades of Jazzberry Jam #B80871

Tints of Jazzberry Jam #B80871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.62%

 BLUE value IS 113 (44.53% from 255) = 37.05%

R = 60.33%
G = 2.62%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B80871 (or 0xB80871) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 71. RGB value is (184,8,113). Sum of RGB (Red+Green+Blue) = 184+8+113=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B80871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80871 is #47F78E. Grayscale: #484848. Windows color (decimal): -4716431 or 7407800. OLE color: 7407800.

HSL color Cylindrical-coordinate representation of color #B80871: hue angle of 324.2º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80871 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 8 113 -
CMYK 0 0.96 0.39 0.28
HSL 324.2º 0.92% 0.38% -
HSV(B) 324.2º 0.96% 0.72% -
XYZ 22.83 11.56 16.65 -
YUV 72.59 150.81 207.46 -
System Red Green Blue C M Y K H S L
Decimal 184 8 113 0 0.96 0.39 0.28 324.2 0.92 0.38
Hex B8 8 71 0 60 27 1C 144 5C 26
Octal 270 10 161 0 140 47 34 504 134 46
Binary 10111000 1000 1110001 0 1100000 100111 11100 101000100 1011100 100110

Color Harmonies of #B80871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80871

Black with #B80871

Text Example


Text Example

White with #B80871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80871; }

 p { color: rgb(184,8,113); }

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

background-color css

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

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

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

border-color css

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

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

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