Html Css Color HEX #B90571 Jazzberry Jam

📋 copy color: '#B90571'

red 185 ◦ green 5 ◦ blue 113

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

Shades of Jazzberry Jam #B90571

Tints of Jazzberry Jam #B90571

RGB

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

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

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

R = 61.06%
G = 1.65%
B = 37.29%

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

#B90571 (or 0xB90571) is known color: Jazzberry Jam. HEX triplet: B9, 05 and 71. RGB value is (185,5,113). Sum of RGB (Red+Green+Blue) = 185+5+113=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B90571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90571 is #46FA8E. Grayscale: #464646. Windows color (decimal): -4651663 or 7407033. OLE color: 7407033.

HSL color Cylindrical-coordinate representation of color #B90571: hue angle of 324º 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 #B90571 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 5 113 -
CMYK 0 0.97 0.39 0.27
HSL 324º 0.95% 0.37% -
HSV(B) 324º 0.97% 0.73% -
XYZ 23.04 11.62 16.65 -
YUV 71.13 151.63 209.22 -
System Red Green Blue C M Y K H S L
Decimal 185 5 113 0 0.97 0.39 0.27 324 0.95 0.37
Hex B9 5 71 0 61 27 1B 144 5F 25
Octal 271 5 161 0 141 47 33 504 137 45
Binary 10111001 101 1110001 0 1100001 100111 11011 101000100 1011111 100101

Color Harmonies of #B90571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90571

Black with #B90571

Text Example


Text Example

White with #B90571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90571; }

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

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

background-color css

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

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

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

border-color css

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

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

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