Html Css Color HEX #B90570 Jazzberry Jam

📋 copy color: '#B90570'

red 185 ◦ green 5 ◦ blue 112

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

Shades of Jazzberry Jam #B90570

Tints of Jazzberry Jam #B90570

RGB

 RED value IS 185 (72.66% from 255) = 61.26%

 GREEN value IS 5 (2.34% from 255) = 1.66%

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

R = 61.26%
G = 1.66%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B90570 (or 0xB90570) is known color: Jazzberry Jam. HEX triplet: B9, 05 and 70. RGB value is (185,5,112). Sum of RGB (Red+Green+Blue) = 185+5+112=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B90570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90570 is #46FA8F. Grayscale: #464646. Windows color (decimal): -4651664 or 7341497. OLE color: 7341497.

HSL color Cylindrical-coordinate representation of color #B90570: hue angle of 324.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90570 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 5 112 -
CMYK 0 0.97 0.39 0.27
HSL 324.33º 0.95% 0.37% -
HSV(B) 324.33º 0.97% 0.73% -
XYZ 22.99 11.59 16.36 -
YUV 71.02 151.13 209.3 -
System Red Green Blue C M Y K H S L
Decimal 185 5 112 0 0.97 0.39 0.27 324.33 0.95 0.37
Hex B9 5 70 0 61 27 1B 144 5F 25
Octal 271 5 160 0 141 47 33 504 137 45
Binary 10111001 101 1110000 0 1100001 100111 11011 101000100 1011111 100101

Color Harmonies of #B90570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90570

Black with #B90570

Text Example


Text Example

White with #B90570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90570; }

 p { color: rgb(185,5,112); }

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

background-color css

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

 a { background-color: rgb(185,5,112); }

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

border-color css

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

 span { border-color: rgb(185,5,112); }

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