Html Css Color HEX #B70463 Jazzberry Jam

📋 copy color: '#B70463'

red 183 ◦ green 4 ◦ blue 99

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

Shades of Jazzberry Jam #B70463

Tints of Jazzberry Jam #B70463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

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

R = 63.99%
G = 1.4%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B70463 (or 0xB70463) is known color: Jazzberry Jam. HEX triplet: B7, 04 and 63. RGB value is (183,4,99). Sum of RGB (Red+Green+Blue) = 183+4+99=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B70463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70463 is #48FB9C. Grayscale: #444444. Windows color (decimal): -4783005 or 6489271. OLE color: 6489271.

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

Color convert

RGB 183 4 99 -
CMYK 0 0.98 0.46 0.28
HSL 328.16º 0.96% 0.37% -
HSV(B) 328.16º 0.98% 0.72% -
XYZ 21.82 11.05 12.79 -
YUV 68.35 145.3 209.78 -
System Red Green Blue C M Y K H S L
Decimal 183 4 99 0 0.98 0.46 0.28 328.16 0.96 0.37
Hex B7 4 63 0 62 2E 1C 148 60 25
Octal 267 4 143 0 142 56 34 510 140 45
Binary 10110111 100 1100011 0 1100010 101110 11100 101001000 1100000 100101

Color Harmonies of #B70463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70463

Black with #B70463

Text Example


Text Example

White with #B70463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70463; }

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

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

background-color css

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

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

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

border-color css

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

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

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