Html Css Color HEX #B00C71 Jazzberry Jam

📋 copy color: '#B00C71'

red 176 ◦ green 12 ◦ blue 113

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

Shades of Jazzberry Jam #B00C71

Tints of Jazzberry Jam #B00C71

RGB

 RED value IS 176 (69.14% from 255) = 58.47%

 GREEN value IS 12 (5.08% from 255) = 3.99%

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

R = 58.47%
G = 3.99%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B00C71 (or 0xB00C71) is known color: Jazzberry Jam. HEX triplet: B0, 0C and 71. RGB value is (176,12,113). Sum of RGB (Red+Green+Blue) = 176+12+113=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00C71 is #4FF38E. Grayscale: #484848. Windows color (decimal): -5239695 or 7408816. OLE color: 7408816.

HSL color Cylindrical-coordinate representation of color #B00C71: hue angle of 323.05º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C71 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 12 113 -
CMYK 0 0.93 0.36 0.31
HSL 323.05º 0.87% 0.37% -
HSV(B) 323.05º 0.93% 0.69% -
XYZ 21.02 10.69 16.58 -
YUV 72.55 150.83 201.79 -
System Red Green Blue C M Y K H S L
Decimal 176 12 113 0 0.93 0.36 0.31 323.05 0.87 0.37
Hex B0 C 71 0 5D 24 1F 143 57 25
Octal 260 14 161 0 135 44 37 503 127 45
Binary 10110000 1100 1110001 0 1011101 100100 11111 101000011 1010111 100101

Color Harmonies of #B00C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00C71

Black with #B00C71

Text Example


Text Example

White with #B00C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00C71; }

 p { color: rgb(176,12,113); }

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

background-color css

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

 a { background-color: rgb(176,12,113); }

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

border-color css

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

 span { border-color: rgb(176,12,113); }

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