Html Css Color HEX #B21E6A Jazzberry Jam

📋 copy color: '#B21E6A'

red 178 ◦ green 30 ◦ blue 106

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

Shades of Jazzberry Jam #B21E6A

Tints of Jazzberry Jam #B21E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 56.69%
G = 9.55%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B21E6A (or 0xB21E6A) is known color: Jazzberry Jam. HEX triplet: B2, 1E and 6A. RGB value is (178,30,106). Sum of RGB (Red+Green+Blue) = 178+30+106=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21E6A is #4DE195. Grayscale: #525252. Windows color (decimal): -5104022 or 6954674. OLE color: 6954674.

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

Color convert

RGB 178 30 106 -
CMYK 0 0.83 0.40 0.30
HSL 329.19º 0.71% 0.41% -
HSV(B) 329.19º 0.83% 0.7% -
XYZ 21.43 11.43 14.71 -
YUV 82.92 141.03 195.82 -
System Red Green Blue C M Y K H S L
Decimal 178 30 106 0 0.83 0.40 0.30 329.19 0.71 0.41
Hex B2 1E 6A 0 53 28 1E 149 47 29
Octal 262 36 152 0 123 50 36 511 107 51
Binary 10110010 11110 1101010 0 1010011 101000 11110 101001001 1000111 101001

Color Harmonies of #B21E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21E6A

Black with #B21E6A

Text Example


Text Example

White with #B21E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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