Html Css Color HEX #B70169 Jazzberry Jam

📋 copy color: '#B70169'

red 183 ◦ green 1 ◦ blue 105

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

Shades of Jazzberry Jam #B70169

Tints of Jazzberry Jam #B70169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.33%

R = 63.32%
G = 0.35%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B70169 (or 0xB70169) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 69. RGB value is (183,1,105). Sum of RGB (Red+Green+Blue) = 183+1+105=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B70169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70169 is #48FE96. Grayscale: #434343. Windows color (decimal): -4783767 or 6881719. OLE color: 6881719.

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

Color convert

RGB 183 1 105 -
CMYK 0 0.99 0.43 0.28
HSL 325.71º 0.99% 0.36% -
HSV(B) 325.71º 0.99% 0.72% -
XYZ 22.09 11.11 14.34 -
YUV 67.27 149.3 210.54 -
System Red Green Blue C M Y K H S L
Decimal 183 1 105 0 0.99 0.43 0.28 325.71 0.99 0.36
Hex B7 1 69 0 63 2B 1C 146 63 24
Octal 267 1 151 0 143 53 34 506 143 44
Binary 10110111 1 1101001 0 1100011 101011 11100 101000110 1100011 100100

Color Harmonies of #B70169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70169

Black with #B70169

Text Example


Text Example

White with #B70169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70169; }

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

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

background-color css

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

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

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

border-color css

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

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

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