Html Css Color HEX #B70172 Jazzberry Jam

📋 copy color: '#B70172'

red 183 ◦ green 1 ◦ blue 114

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

Shades of Jazzberry Jam #B70172

Tints of Jazzberry Jam #B70172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.26%

R = 61.41%
G = 0.34%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B70172 (or 0xB70172) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 72. RGB value is (183,1,114). Sum of RGB (Red+Green+Blue) = 183+1+114=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B70172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70172 is #48FE8D. Grayscale: #444444. Windows color (decimal): -4783758 or 7471543. OLE color: 7471543.

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

Color convert

RGB 183 1 114 -
CMYK 0 0.99 0.38 0.28
HSL 322.75º 0.99% 0.36% -
HSV(B) 322.75º 0.99% 0.72% -
XYZ 22.58 11.3 16.91 -
YUV 68.3 153.8 209.81 -
System Red Green Blue C M Y K H S L
Decimal 183 1 114 0 0.99 0.38 0.28 322.75 0.99 0.36
Hex B7 1 72 0 63 26 1C 143 63 24
Octal 267 1 162 0 143 46 34 503 143 44
Binary 10110111 1 1110010 0 1100011 100110 11100 101000011 1100011 100100

Color Harmonies of #B70172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70172

Black with #B70172

Text Example


Text Example

White with #B70172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70172; }

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

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

background-color css

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

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

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

border-color css

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

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

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