Html Css Color HEX #B21274 Jazzberry Jam

📋 copy color: '#B21274'

red 178 ◦ green 18 ◦ blue 116

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

Shades of Jazzberry Jam #B21274

Tints of Jazzberry Jam #B21274

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.77%

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

R = 57.05%
G = 5.77%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B21274 (or 0xB21274) is known color: Jazzberry Jam. HEX triplet: B2, 12 and 74. RGB value is (178,18,116). Sum of RGB (Red+Green+Blue) = 178+18+116=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B21274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21274 is #4DED8B. Grayscale: #4C4C4C. Windows color (decimal): -5107084 or 7606962. OLE color: 7606962.

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

Color convert

RGB 178 18 116 -
CMYK 0 0.90 0.35 0.30
HSL 323.25º 0.82% 0.38% -
HSV(B) 323.25º 0.9% 0.7% -
XYZ 21.73 11.16 17.53 -
YUV 77.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 178 18 116 0 0.90 0.35 0.30 323.25 0.82 0.38
Hex B2 12 74 0 5A 23 1E 143 52 26
Octal 262 22 164 0 132 43 36 503 122 46
Binary 10110010 10010 1110100 0 1011010 100011 11110 101000011 1010010 100110

Color Harmonies of #B21274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21274

Black with #B21274

Text Example


Text Example

White with #B21274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21274; }

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

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

background-color css

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

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

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

border-color css

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

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

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