Html Css Color HEX #B70368 Jazzberry Jam

📋 copy color: '#B70368'

red 183 ◦ green 3 ◦ blue 104

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

Shades of Jazzberry Jam #B70368

Tints of Jazzberry Jam #B70368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 63.1%
G = 1.03%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B70368 (or 0xB70368) is known color: Jazzberry Jam. HEX triplet: B7, 03 and 68. RGB value is (183,3,104). Sum of RGB (Red+Green+Blue) = 183+3+104=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B70368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70368 is #48FC97. Grayscale: #444444. Windows color (decimal): -4783256 or 6816695. OLE color: 6816695.

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

Color convert

RGB 183 3 104 -
CMYK 0 0.98 0.43 0.28
HSL 326.33º 0.97% 0.36% -
HSV(B) 326.33º 0.98% 0.72% -
XYZ 22.06 11.13 14.08 -
YUV 68.33 148.13 209.79 -
System Red Green Blue C M Y K H S L
Decimal 183 3 104 0 0.98 0.43 0.28 326.33 0.97 0.36
Hex B7 3 68 0 62 2B 1C 146 61 24
Octal 267 3 150 0 142 53 34 506 141 44
Binary 10110111 11 1101000 0 1100010 101011 11100 101000110 1100001 100100

Color Harmonies of #B70368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70368

Black with #B70368

Text Example


Text Example

White with #B70368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70368; }

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

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

background-color css

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

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

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

border-color css

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

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

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