Html Css Color HEX #B42162 Jazzberry Jam

📋 copy color: '#B42162'

red 180 ◦ green 33 ◦ blue 98

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

Shades of Jazzberry Jam #B42162

Tints of Jazzberry Jam #B42162

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.61%

 BLUE value IS 98 (38.67% from 255) = 31.51%

R = 57.88%
G = 10.61%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B42162 (or 0xB42162) is known color: Jazzberry Jam. HEX triplet: B4, 21 and 62. RGB value is (180,33,98). Sum of RGB (Red+Green+Blue) = 180+33+98=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B42162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42162 is #4BDE9D. Grayscale: #545454. Windows color (decimal): -4972190 or 6431156. OLE color: 6431156.

HSL color Cylindrical-coordinate representation of color #B42162: hue angle of 333.47º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42162 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 33 98 -
CMYK 0 0.82 0.46 0.29
HSL 333.47º 0.69% 0.42% -
HSV(B) 333.47º 0.82% 0.71% -
XYZ 21.57 11.67 12.67 -
YUV 84.36 135.7 196.21 -
System Red Green Blue C M Y K H S L
Decimal 180 33 98 0 0.82 0.46 0.29 333.47 0.69 0.42
Hex B4 21 62 0 52 2E 1D 14D 45 2A
Octal 264 41 142 0 122 56 35 515 105 52
Binary 10110100 100001 1100010 0 1010010 101110 11101 101001101 1000101 101010

Color Harmonies of #B42162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42162

Black with #B42162

Text Example


Text Example

White with #B42162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42162; }

 p { color: rgb(180,33,98); }

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

background-color css

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

 a { background-color: rgb(180,33,98); }

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

border-color css

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

 span { border-color: rgb(180,33,98); }

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