Html Css Color HEX #B80071 Jazzberry Jam

📋 copy color: '#B80071'

red 184 ◦ green 0 ◦ blue 113

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

Shades of Jazzberry Jam #B80071

Tints of Jazzberry Jam #B80071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.95%
G = 0%
B = 38.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B80071 (or 0xB80071) is known color: Jazzberry Jam. HEX triplet: B8, 00 and 71. RGB value is (184,0,113). Sum of RGB (Red+Green+Blue) = 184+0+113=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B80071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80071 is #47FF8E. Grayscale: #434343. Windows color (decimal): -4718479 or 7405752. OLE color: 7405752.

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

Color convert

RGB 184 0 113 -
CMYK 0 1 0.39 0.28
HSL 323.15º 1% 0.36% -
HSV(B) 323.15º 1% 0.72% -
XYZ 22.75 11.38 16.62 -
YUV 67.9 153.46 210.81 -
System Red Green Blue C M Y K H S L
Decimal 184 0 113 0 1 0.39 0.28 323.15 1 0.36
Hex B8 0 71 0 64 27 1C 143 64 24
Octal 270 0 161 0 144 47 34 503 144 44
Binary 10111000 0 1110001 0 1100100 100111 11100 101000011 1100100 100100

Color Harmonies of #B80071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80071

Black with #B80071

Text Example


Text Example

White with #B80071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80071; }

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

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

background-color css

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

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

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

border-color css

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

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

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