Html Css Color HEX #B21A66 Jazzberry Jam

📋 copy color: '#B21A66'

red 178 ◦ green 26 ◦ blue 102

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

Shades of Jazzberry Jam #B21A66

Tints of Jazzberry Jam #B21A66

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.5%

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

R = 58.17%
G = 8.5%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B21A66 (or 0xB21A66) is known color: Jazzberry Jam. HEX triplet: B2, 1A and 66. RGB value is (178,26,102). Sum of RGB (Red+Green+Blue) = 178+26+102=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21A66 is #4DE599. Grayscale: #4F4F4F. Windows color (decimal): -5105050 or 6691506. OLE color: 6691506.

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

Color convert

RGB 178 26 102 -
CMYK 0 0.85 0.43 0.30
HSL 330º 0.75% 0.4% -
HSV(B) 330º 0.85% 0.7% -
XYZ 21.13 11.16 13.61 -
YUV 80.11 140.36 197.82 -
System Red Green Blue C M Y K H S L
Decimal 178 26 102 0 0.85 0.43 0.30 330 0.75 0.4
Hex B2 1A 66 0 55 2B 1E 14A 4B 28
Octal 262 32 146 0 125 53 36 512 113 50
Binary 10110010 11010 1100110 0 1010101 101011 11110 101001010 1001011 101000

Color Harmonies of #B21A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A66

Black with #B21A66

Text Example


Text Example

White with #B21A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A66; }

 p { color: rgb(178,26,102); }

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

background-color css

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

 a { background-color: rgb(178,26,102); }

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

border-color css

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

 span { border-color: rgb(178,26,102); }

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