Html Css Color HEX #B41063 Jazzberry Jam

📋 copy color: '#B41063'

red 180 ◦ green 16 ◦ blue 99

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

Shades of Jazzberry Jam #B41063

Tints of Jazzberry Jam #B41063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 61.02%
G = 5.42%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B41063 (or 0xB41063) is known color: Jazzberry Jam. HEX triplet: B4, 10 and 63. RGB value is (180,16,99). Sum of RGB (Red+Green+Blue) = 180+16+99=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B41063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41063 is #4BEF9C. Grayscale: #4A4A4A. Windows color (decimal): -4976541 or 6492340. OLE color: 6492340.

HSL color Cylindrical-coordinate representation of color #B41063: hue angle of 329.63º 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 #B41063 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 16 99 -
CMYK 0 0.91 0.45 0.29
HSL 329.63º 0.84% 0.38% -
HSV(B) 329.63º 0.91% 0.71% -
XYZ 21.26 10.97 12.8 -
YUV 74.5 141.83 203.25 -
System Red Green Blue C M Y K H S L
Decimal 180 16 99 0 0.91 0.45 0.29 329.63 0.84 0.38
Hex B4 10 63 0 5B 2D 1D 14A 54 26
Octal 264 20 143 0 133 55 35 512 124 46
Binary 10110100 10000 1100011 0 1011011 101101 11101 101001010 1010100 100110

Color Harmonies of #B41063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41063

Black with #B41063

Text Example


Text Example

White with #B41063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41063; }

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

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

background-color css

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

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

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

border-color css

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

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

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