Html Css Color HEX #B41065 Jazzberry Jam

📋 copy color: '#B41065'

red 180 ◦ green 16 ◦ blue 101

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

Shades of Jazzberry Jam #B41065

Tints of Jazzberry Jam #B41065

RGB

 RED value IS 180 (70.7% from 255) = 60.61%

 GREEN value IS 16 (6.64% from 255) = 5.39%

 BLUE value IS 101 (39.84% from 255) = 34.01%

R = 60.61%
G = 5.39%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B41065 (or 0xB41065) is known color: Jazzberry Jam. HEX triplet: B4, 10 and 65. RGB value is (180,16,101). Sum of RGB (Red+Green+Blue) = 180+16+101=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B41065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41065 is #4BEF9A. Grayscale: #4A4A4A. Windows color (decimal): -4976539 or 6623412. OLE color: 6623412.

HSL color Cylindrical-coordinate representation of color #B41065: hue angle of 328.9º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B41065 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 16 101 -
CMYK 0 0.91 0.44 0.29
HSL 328.9º 0.84% 0.38% -
HSV(B) 328.9º 0.91% 0.71% -
XYZ 21.36 11.01 13.31 -
YUV 74.73 142.83 203.09 -
System Red Green Blue C M Y K H S L
Decimal 180 16 101 0 0.91 0.44 0.29 328.9 0.84 0.38
Hex B4 10 65 0 5B 2C 1D 149 54 26
Octal 264 20 145 0 133 54 35 511 124 46
Binary 10110100 10000 1100101 0 1011011 101100 11101 101001001 1010100 100110

Color Harmonies of #B41065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41065

Black with #B41065

Text Example


Text Example

White with #B41065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41065; }

 p { color: rgb(180,16,101); }

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

background-color css

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

 a { background-color: rgb(180,16,101); }

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

border-color css

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

 span { border-color: rgb(180,16,101); }

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