Html Css Color HEX #B2036C Jazzberry Jam

📋 copy color: '#B2036C'

red 178 ◦ green 3 ◦ blue 108

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

Shades of Jazzberry Jam #B2036C

Tints of Jazzberry Jam #B2036C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.37%

R = 61.59%
G = 1.04%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2036C (or 0xB2036C) is known color: Jazzberry Jam. HEX triplet: B2, 03 and 6C. RGB value is (178,3,108). Sum of RGB (Red+Green+Blue) = 178+3+108=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2036C is #4DFC93. Grayscale: #434343. Windows color (decimal): -5110932 or 7078834. OLE color: 7078834.

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

Color convert

RGB 178 3 108 -
CMYK 0 0.98 0.39 0.30
HSL 324º 0.97% 0.35% -
HSV(B) 324º 0.98% 0.7% -
XYZ 21.1 10.61 15.12 -
YUV 67.3 150.98 206.96 -
System Red Green Blue C M Y K H S L
Decimal 178 3 108 0 0.98 0.39 0.30 324 0.97 0.35
Hex B2 3 6C 0 62 27 1E 144 61 23
Octal 262 3 154 0 142 47 36 504 141 43
Binary 10110010 11 1101100 0 1100010 100111 11110 101000100 1100001 100011

Color Harmonies of #B2036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2036C

Black with #B2036C

Text Example


Text Example

White with #B2036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2036C; }

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

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

background-color css

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

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

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

border-color css

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

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

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