Html Css Color HEX #B2034E Jazzberry Jam

📋 copy color: '#B2034E'

red 178 ◦ green 3 ◦ blue 78

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

Shades of Jazzberry Jam #B2034E

Tints of Jazzberry Jam #B2034E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 78 (30.86% from 255) = 30.12%

R = 68.73%
G = 1.16%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2034E (or 0xB2034E) is known color: Jazzberry Jam. HEX triplet: B2, 03 and 4E. RGB value is (178,3,78). Sum of RGB (Red+Green+Blue) = 178+3+78=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B2034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2034E is #4DFCB1. Grayscale: #3F3F3F. Windows color (decimal): -5110962 or 5112754. OLE color: 5112754.

HSL color Cylindrical-coordinate representation of color #B2034E: hue angle of 334.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2034E is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 3 78 -
CMYK 0 0.98 0.56 0.30
HSL 334.29º 0.97% 0.35% -
HSV(B) 334.29º 0.98% 0.7% -
XYZ 19.77 10.08 8.11 -
YUV 63.88 135.98 209.4 -
System Red Green Blue C M Y K H S L
Decimal 178 3 78 0 0.98 0.56 0.30 334.29 0.97 0.35
Hex B2 3 4E 0 62 38 1E 14E 61 23
Octal 262 3 116 0 142 70 36 516 141 43
Binary 10110010 11 1001110 0 1100010 111000 11110 101001110 1100001 100011

Color Harmonies of #B2034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2034E

Black with #B2034E

Text Example


Text Example

White with #B2034E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2034E; }

 p { color: rgb(178,3,78); }

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

background-color css

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

 a { background-color: rgb(178,3,78); }

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

border-color css

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

 span { border-color: rgb(178,3,78); }

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