Html Css Color HEX #B21074 Jazzberry Jam

📋 copy color: '#B21074'

red 178 ◦ green 16 ◦ blue 116

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

Shades of Jazzberry Jam #B21074

Tints of Jazzberry Jam #B21074

RGB

 RED value IS 178 (69.92% from 255) = 57.42%

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

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 57.42%
G = 5.16%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B21074 (or 0xB21074) is known color: Jazzberry Jam. HEX triplet: B2, 10 and 74. RGB value is (178,16,116). Sum of RGB (Red+Green+Blue) = 178+16+116=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B21074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21074 is #4DEF8B. Grayscale: #4B4B4B. Windows color (decimal): -5107596 or 7606450. OLE color: 7606450.

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

Color convert

RGB 178 16 116 -
CMYK 0 0.91 0.35 0.30
HSL 322.96º 0.84% 0.38% -
HSV(B) 322.96º 0.91% 0.7% -
XYZ 21.7 11.1 17.52 -
YUV 75.84 150.67 200.87 -
System Red Green Blue C M Y K H S L
Decimal 178 16 116 0 0.91 0.35 0.30 322.96 0.84 0.38
Hex B2 10 74 0 5B 23 1E 143 54 26
Octal 262 20 164 0 133 43 36 503 124 46
Binary 10110010 10000 1110100 0 1011011 100011 11110 101000011 1010100 100110

Color Harmonies of #B21074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21074

Black with #B21074

Text Example


Text Example

White with #B21074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21074; }

 p { color: rgb(178,16,116); }

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

background-color css

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

 a { background-color: rgb(178,16,116); }

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

border-color css

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

 span { border-color: rgb(178,16,116); }

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