Html Css Color HEX #B90471 Jazzberry Jam

📋 copy color: '#B90471'

red 185 ◦ green 4 ◦ blue 113

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

Shades of Jazzberry Jam #B90471

Tints of Jazzberry Jam #B90471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

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

R = 61.26%
G = 1.32%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B90471 (or 0xB90471) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 71. RGB value is (185,4,113). Sum of RGB (Red+Green+Blue) = 185+4+113=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B90471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90471 is #46FB8E. Grayscale: #464646. Windows color (decimal): -4651919 or 7406777. OLE color: 7406777.

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

Color convert

RGB 185 4 113 -
CMYK 0 0.98 0.39 0.27
HSL 323.87º 0.96% 0.37% -
HSV(B) 323.87º 0.98% 0.73% -
XYZ 23.03 11.59 16.65 -
YUV 70.55 151.97 209.64 -
System Red Green Blue C M Y K H S L
Decimal 185 4 113 0 0.98 0.39 0.27 323.87 0.96 0.37
Hex B9 4 71 0 62 27 1B 144 60 25
Octal 271 4 161 0 142 47 33 504 140 45
Binary 10111001 100 1110001 0 1100010 100111 11011 101000100 1100000 100101

Color Harmonies of #B90471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90471

Black with #B90471

Text Example


Text Example

White with #B90471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90471; }

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

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

background-color css

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

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

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

border-color css

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

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

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