Html Css Color HEX #B70163 Jazzberry Jam

📋 copy color: '#B70163'

red 183 ◦ green 1 ◦ blue 99

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

Shades of Jazzberry Jam #B70163

Tints of Jazzberry Jam #B70163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 64.66%
G = 0.35%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B70163 (or 0xB70163) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 63. RGB value is (183,1,99). Sum of RGB (Red+Green+Blue) = 183+1+99=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B70163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70163 is #48FE9C. Grayscale: #424242. Windows color (decimal): -4783773 or 6488503. OLE color: 6488503.

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

Color convert

RGB 183 1 99 -
CMYK 0 0.99 0.46 0.28
HSL 327.69º 0.99% 0.36% -
HSV(B) 327.69º 0.99% 0.72% -
XYZ 21.79 10.99 12.78 -
YUV 66.59 146.3 211.03 -
System Red Green Blue C M Y K H S L
Decimal 183 1 99 0 0.99 0.46 0.28 327.69 0.99 0.36
Hex B7 1 63 0 63 2E 1C 148 63 24
Octal 267 1 143 0 143 56 34 510 143 44
Binary 10110111 1 1100011 0 1100011 101110 11100 101001000 1100011 100100

Color Harmonies of #B70163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70163

Black with #B70163

Text Example


Text Example

White with #B70163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70163; }

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

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

background-color css

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

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

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

border-color css

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

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

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