Html Css Color HEX #B70868 Jazzberry Jam

📋 copy color: '#B70868'

red 183 ◦ green 8 ◦ blue 104

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

Shades of Jazzberry Jam #B70868

Tints of Jazzberry Jam #B70868

RGB

 RED value IS 183 (71.88% from 255) = 62.03%

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

 BLUE value IS 104 (41.02% from 255) = 35.25%

R = 62.03%
G = 2.71%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B70868 (or 0xB70868) is known color: Jazzberry Jam. HEX triplet: B7, 08 and 68. RGB value is (183,8,104). Sum of RGB (Red+Green+Blue) = 183+8+104=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B70868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70868 is #48F797. Grayscale: #474747. Windows color (decimal): -4781976 or 6817975. OLE color: 6817975.

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

Color convert

RGB 183 8 104 -
CMYK 0 0.96 0.43 0.28
HSL 327.09º 0.92% 0.37% -
HSV(B) 327.09º 0.96% 0.72% -
XYZ 22.11 11.24 14.1 -
YUV 71.27 146.48 207.69 -
System Red Green Blue C M Y K H S L
Decimal 183 8 104 0 0.96 0.43 0.28 327.09 0.92 0.37
Hex B7 8 68 0 60 2B 1C 147 5C 25
Octal 267 10 150 0 140 53 34 507 134 45
Binary 10110111 1000 1101000 0 1100000 101011 11100 101000111 1011100 100101

Color Harmonies of #B70868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70868

Black with #B70868

Text Example


Text Example

White with #B70868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70868; }

 p { color: rgb(183,8,104); }

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

background-color css

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

 a { background-color: rgb(183,8,104); }

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

border-color css

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

 span { border-color: rgb(183,8,104); }

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