Html Css Color HEX #B42166 Jazzberry Jam

📋 copy color: '#B42166'

red 180 ◦ green 33 ◦ blue 102

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

Shades of Jazzberry Jam #B42166

Tints of Jazzberry Jam #B42166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.38%

R = 57.14%
G = 10.48%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B42166 (or 0xB42166) is known color: Jazzberry Jam. HEX triplet: B4, 21 and 66. RGB value is (180,33,102). Sum of RGB (Red+Green+Blue) = 180+33+102=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B42166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42166 is #4BDE99. Grayscale: #545454. Windows color (decimal): -4972186 or 6693300. OLE color: 6693300.

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

Color convert

RGB 180 33 102 -
CMYK 0 0.82 0.43 0.29
HSL 331.84º 0.69% 0.42% -
HSV(B) 331.84º 0.82% 0.71% -
XYZ 21.76 11.75 13.69 -
YUV 84.82 137.7 195.89 -
System Red Green Blue C M Y K H S L
Decimal 180 33 102 0 0.82 0.43 0.29 331.84 0.69 0.42
Hex B4 21 66 0 52 2B 1D 14C 45 2A
Octal 264 41 146 0 122 53 35 514 105 52
Binary 10110100 100001 1100110 0 1010010 101011 11101 101001100 1000101 101010

Color Harmonies of #B42166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42166

Black with #B42166

Text Example


Text Example

White with #B42166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42166; }

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

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

background-color css

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

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

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

border-color css

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

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

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