Html Css Color HEX #B21E6D Jazzberry Jam

📋 copy color: '#B21E6D'

red 178 ◦ green 30 ◦ blue 109

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

Shades of Jazzberry Jam #B21E6D

Tints of Jazzberry Jam #B21E6D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.46%

 BLUE value IS 109 (42.97% from 255) = 34.38%

R = 56.15%
G = 9.46%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B21E6D (or 0xB21E6D) is known color: Jazzberry Jam. HEX triplet: B2, 1E and 6D. RGB value is (178,30,109). Sum of RGB (Red+Green+Blue) = 178+30+109=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21E6D is #4DE192. Grayscale: #535353. Windows color (decimal): -5104019 or 7151282. OLE color: 7151282.

HSL color Cylindrical-coordinate representation of color #B21E6D: hue angle of 327.97º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B21E6D is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 30 109 -
CMYK 0 0.83 0.39 0.30
HSL 327.97º 0.71% 0.41% -
HSV(B) 327.97º 0.83% 0.7% -
XYZ 21.58 11.5 15.55 -
YUV 83.26 142.53 195.58 -
System Red Green Blue C M Y K H S L
Decimal 178 30 109 0 0.83 0.39 0.30 327.97 0.71 0.41
Hex B2 1E 6D 0 53 27 1E 148 47 29
Octal 262 36 155 0 123 47 36 510 107 51
Binary 10110010 11110 1101101 0 1010011 100111 11110 101001000 1000111 101001

Color Harmonies of #B21E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21E6D

Black with #B21E6D

Text Example


Text Example

White with #B21E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21E6D; }

 p { color: rgb(178,30,109); }

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

background-color css

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

 a { background-color: rgb(178,30,109); }

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

border-color css

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

 span { border-color: rgb(178,30,109); }

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