Html Css Color HEX #B70173 Jazzberry Jam

📋 copy color: '#B70173'

red 183 ◦ green 1 ◦ blue 115

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

Shades of Jazzberry Jam #B70173

Tints of Jazzberry Jam #B70173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.46%

R = 61.2%
G = 0.33%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B70173 (or 0xB70173) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 73. RGB value is (183,1,115). Sum of RGB (Red+Green+Blue) = 183+1+115=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B70173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70173 is #48FE8C. Grayscale: #444444. Windows color (decimal): -4783757 or 7537079. OLE color: 7537079.

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

Color convert

RGB 183 1 115 -
CMYK 0 0.99 0.37 0.28
HSL 322.42º 0.99% 0.36% -
HSV(B) 322.42º 0.99% 0.72% -
XYZ 22.63 11.33 17.21 -
YUV 68.41 154.3 209.73 -
System Red Green Blue C M Y K H S L
Decimal 183 1 115 0 0.99 0.37 0.28 322.42 0.99 0.36
Hex B7 1 73 0 63 25 1C 142 63 24
Octal 267 1 163 0 143 45 34 502 143 44
Binary 10110111 1 1110011 0 1100011 100101 11100 101000010 1100011 100100

Color Harmonies of #B70173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70173

Black with #B70173

Text Example


Text Example

White with #B70173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70173; }

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

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

background-color css

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

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

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

border-color css

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

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

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