Html Css Color HEX #B80171 Jazzberry Jam

📋 copy color: '#B80171'

red 184 ◦ green 1 ◦ blue 113

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

Shades of Jazzberry Jam #B80171

Tints of Jazzberry Jam #B80171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 61.74%
G = 0.34%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B80171 (or 0xB80171) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 71. RGB value is (184,1,113). Sum of RGB (Red+Green+Blue) = 184+1+113=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B80171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80171 is #47FE8E. Grayscale: #444444. Windows color (decimal): -4718223 or 7406008. OLE color: 7406008.

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

Color convert

RGB 184 1 113 -
CMYK 0 0.99 0.39 0.28
HSL 323.28º 0.99% 0.36% -
HSV(B) 323.28º 0.99% 0.72% -
XYZ 22.76 11.4 16.62 -
YUV 68.49 153.13 210.39 -
System Red Green Blue C M Y K H S L
Decimal 184 1 113 0 0.99 0.39 0.28 323.28 0.99 0.36
Hex B8 1 71 0 63 27 1C 143 63 24
Octal 270 1 161 0 143 47 34 503 143 44
Binary 10111000 1 1110001 0 1100011 100111 11100 101000011 1100011 100100

Color Harmonies of #B80171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80171

Black with #B80171

Text Example


Text Example

White with #B80171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80171; }

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

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

background-color css

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

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

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

border-color css

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

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

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