Html Css Color HEX #B2004E Jazzberry Jam

📋 copy color: '#B2004E'

red 178 ◦ green 0 ◦ blue 78

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

Shades of Jazzberry Jam #B2004E

Tints of Jazzberry Jam #B2004E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.53%
G = 0%
B = 30.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2004E (or 0xB2004E) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 4E. RGB value is (178,0,78). Sum of RGB (Red+Green+Blue) = 178+0+78=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B2004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2004E is #4DFFB1. Grayscale: #3D3D3D. Windows color (decimal): -5111730 or 5111986. OLE color: 5111986.

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

Color convert

RGB 178 0 78 -
CMYK 0 1 0.56 0.30
HSL 333.71º 1% 0.35% -
HSV(B) 333.71º 1% 0.7% -
XYZ 19.74 10.02 8.1 -
YUV 62.11 136.97 210.66 -
System Red Green Blue C M Y K H S L
Decimal 178 0 78 0 1 0.56 0.30 333.71 1 0.35
Hex B2 0 4E 0 64 38 1E 14E 64 23
Octal 262 0 116 0 144 70 36 516 144 43
Binary 10110010 0 1001110 0 1100100 111000 11110 101001110 1100100 100011

Color Harmonies of #B2004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2004E

Black with #B2004E

Text Example


Text Example

White with #B2004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2004E; }

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

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

background-color css

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

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

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

border-color css

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

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

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