Html Css Color HEX #B21C6B Jazzberry Jam

📋 copy color: '#B21C6B'

red 178 ◦ green 28 ◦ blue 107

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

Shades of Jazzberry Jam #B21C6B

Tints of Jazzberry Jam #B21C6B

RGB

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

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

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

R = 56.87%
G = 8.95%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B21C6B (or 0xB21C6B) is known color: Jazzberry Jam. HEX triplet: B2, 1C and 6B. RGB value is (178,28,107). Sum of RGB (Red+Green+Blue) = 178+28+107=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21C6B is #4DE394. Grayscale: #515151. Windows color (decimal): -5104533 or 7019698. OLE color: 7019698.

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

Color convert

RGB 178 28 107 -
CMYK 0 0.84 0.40 0.30
HSL 328.4º 0.73% 0.4% -
HSV(B) 328.4º 0.84% 0.7% -
XYZ 21.43 11.36 14.97 -
YUV 81.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 178 28 107 0 0.84 0.40 0.30 328.4 0.73 0.4
Hex B2 1C 6B 0 54 28 1E 148 49 28
Octal 262 34 153 0 124 50 36 510 111 50
Binary 10110010 11100 1101011 0 1010100 101000 11110 101001000 1001001 101000

Color Harmonies of #B21C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21C6B

Black with #B21C6B

Text Example


Text Example

White with #B21C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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