Html Css Color HEX #B70863 Jazzberry Jam

📋 copy color: '#B70863'

red 183 ◦ green 8 ◦ blue 99

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

Shades of Jazzberry Jam #B70863

Tints of Jazzberry Jam #B70863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.14%

R = 63.1%
G = 2.76%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B70863 (or 0xB70863) is known color: Jazzberry Jam. HEX triplet: B7, 08 and 63. RGB value is (183,8,99). Sum of RGB (Red+Green+Blue) = 183+8+99=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B70863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70863 is #48F79C. Grayscale: #464646. Windows color (decimal): -4781981 or 6490295. OLE color: 6490295.

HSL color Cylindrical-coordinate representation of color #B70863: hue angle of 328.8º 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 #B70863 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 8 99 -
CMYK 0 0.96 0.46 0.28
HSL 328.8º 0.92% 0.37% -
HSV(B) 328.8º 0.96% 0.72% -
XYZ 21.87 11.14 12.8 -
YUV 70.7 143.98 208.1 -
System Red Green Blue C M Y K H S L
Decimal 183 8 99 0 0.96 0.46 0.28 328.8 0.92 0.37
Hex B7 8 63 0 60 2E 1C 149 5C 25
Octal 267 10 143 0 140 56 34 511 134 45
Binary 10110111 1000 1100011 0 1100000 101110 11100 101001001 1011100 100101

Color Harmonies of #B70863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70863

Black with #B70863

Text Example


Text Example

White with #B70863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70863; }

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

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

background-color css

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

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

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

border-color css

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

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

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