Html Css Color HEX #B90071 Jazzberry Jam

📋 copy color: '#B90071'

red 185 ◦ green 0 ◦ blue 113

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

Shades of Jazzberry Jam #B90071

Tints of Jazzberry Jam #B90071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 37.92%

R = 62.08%
G = 0%
B = 37.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B90071 (or 0xB90071) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 71. RGB value is (185,0,113). Sum of RGB (Red+Green+Blue) = 185+0+113=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B90071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90071 is #46FF8E. Grayscale: #434343. Windows color (decimal): -4652943 or 7405753. OLE color: 7405753.

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

Color convert

RGB 185 0 113 -
CMYK 0 1 0.39 0.27
HSL 323.35º 1% 0.36% -
HSV(B) 323.35º 1% 0.73% -
XYZ 22.99 11.51 16.63 -
YUV 68.2 153.29 211.31 -
System Red Green Blue C M Y K H S L
Decimal 185 0 113 0 1 0.39 0.27 323.35 1 0.36
Hex B9 0 71 0 64 27 1B 143 64 24
Octal 271 0 161 0 144 47 33 503 144 44
Binary 10111001 0 1110001 0 1100100 100111 11011 101000011 1100100 100100

Color Harmonies of #B90071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90071

Black with #B90071

Text Example


Text Example

White with #B90071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90071; }

 p { color: rgb(185,0,113); }

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

background-color css

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

 a { background-color: rgb(185,0,113); }

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

border-color css

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

 span { border-color: rgb(185,0,113); }

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