Html Css Color HEX #B21C64 Jazzberry Jam

📋 copy color: '#B21C64'

red 178 ◦ green 28 ◦ blue 100

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

Shades of Jazzberry Jam #B21C64

Tints of Jazzberry Jam #B21C64

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.15%

 BLUE value IS 100 (39.45% from 255) = 32.68%

R = 58.17%
G = 9.15%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B21C64 (or 0xB21C64) is known color: Jazzberry Jam. HEX triplet: B2, 1C and 64. RGB value is (178,28,100). Sum of RGB (Red+Green+Blue) = 178+28+100=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21C64 is #4DE39B. Grayscale: #505050. Windows color (decimal): -5104540 or 6560946. OLE color: 6560946.

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

Color convert

RGB 178 28 100 -
CMYK 0 0.84 0.44 0.30
HSL 331.2º 0.73% 0.4% -
HSV(B) 331.2º 0.84% 0.7% -
XYZ 21.08 11.22 13.11 -
YUV 81.06 138.7 197.15 -
System Red Green Blue C M Y K H S L
Decimal 178 28 100 0 0.84 0.44 0.30 331.2 0.73 0.4
Hex B2 1C 64 0 54 2C 1E 14B 49 28
Octal 262 34 144 0 124 54 36 513 111 50
Binary 10110010 11100 1100100 0 1010100 101100 11110 101001011 1001001 101000

Color Harmonies of #B21C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C64

Black with #B21C64

Text Example


Text Example

White with #B21C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C64; }

 p { color: rgb(178,28,100); }

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

background-color css

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

 a { background-color: rgb(178,28,100); }

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

border-color css

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

 span { border-color: rgb(178,28,100); }

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