Html Css Color HEX #B60170 Jazzberry Jam

📋 copy color: '#B60170'

red 182 ◦ green 1 ◦ blue 112

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

Shades of Jazzberry Jam #B60170

Tints of Jazzberry Jam #B60170

RGB

 RED value IS 182 (71.48% from 255) = 61.69%

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

 BLUE value IS 112 (44.14% from 255) = 37.97%

R = 61.69%
G = 0.34%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B60170 (or 0xB60170) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 70. RGB value is (182,1,112). Sum of RGB (Red+Green+Blue) = 182+1+112=295 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.69% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 182 - color contains mainly: red. Hex color #B60170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60170 is #49FE8F. Grayscale: #434343. Windows color (decimal): -4849296 or 7340470. OLE color: 7340470.

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

Color convert

RGB 182 1 112 -
CMYK 0 0.99 0.38 0.29
HSL 323.2º 0.99% 0.36% -
HSV(B) 323.2º 0.99% 0.71% -
XYZ 22.23 11.14 16.31 -
YUV 67.77 152.97 209.47 -
System Red Green Blue C M Y K H S L
Decimal 182 1 112 0 0.99 0.38 0.29 323.2 0.99 0.36
Hex B6 1 70 0 63 26 1D 143 63 24
Octal 266 1 160 0 143 46 35 503 143 44
Binary 10110110 1 1110000 0 1100011 100110 11101 101000011 1100011 100100

Color Harmonies of #B60170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60170

Black with #B60170

Text Example


Text Example

White with #B60170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60170; }

 p { color: rgb(182,1,112); }

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

background-color css

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

 a { background-color: rgb(182,1,112); }

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

border-color css

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

 span { border-color: rgb(182,1,112); }

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