Html Css Color HEX #B21A6B Jazzberry Jam

📋 copy color: '#B21A6B'

red 178 ◦ green 26 ◦ blue 107

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

Shades of Jazzberry Jam #B21A6B

Tints of Jazzberry Jam #B21A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.41%

R = 57.23%
G = 8.36%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B21A6B (or 0xB21A6B) is known color: Jazzberry Jam. HEX triplet: B2, 1A and 6B. RGB value is (178,26,107). Sum of RGB (Red+Green+Blue) = 178+26+107=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21A6B is #4DE594. Grayscale: #505050. Windows color (decimal): -5105045 or 7019186. OLE color: 7019186.

HSL color Cylindrical-coordinate representation of color #B21A6B: hue angle of 328.03º 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 #B21A6B is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 26 107 -
CMYK 0 0.85 0.40 0.30
HSL 328.03º 0.75% 0.4% -
HSV(B) 328.03º 0.85% 0.7% -
XYZ 21.38 11.27 14.96 -
YUV 80.68 142.86 197.41 -
System Red Green Blue C M Y K H S L
Decimal 178 26 107 0 0.85 0.40 0.30 328.03 0.75 0.4
Hex B2 1A 6B 0 55 28 1E 148 4B 28
Octal 262 32 153 0 125 50 36 510 113 50
Binary 10110010 11010 1101011 0 1010101 101000 11110 101001000 1001011 101000

Color Harmonies of #B21A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A6B

Black with #B21A6B

Text Example


Text Example

White with #B21A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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