Html Css Color HEX #B2096C Jazzberry Jam

📋 copy color: '#B2096C'

red 178 ◦ green 9 ◦ blue 108

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

Shades of Jazzberry Jam #B2096C

Tints of Jazzberry Jam #B2096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.05%

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

R = 60.34%
G = 3.05%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2096C (or 0xB2096C) is known color: Jazzberry Jam. HEX triplet: B2, 09 and 6C. RGB value is (178,9,108). Sum of RGB (Red+Green+Blue) = 178+9+108=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B2096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2096C is #4DF693. Grayscale: #464646. Windows color (decimal): -5109396 or 7080370. OLE color: 7080370.

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

Color convert

RGB 178 9 108 -
CMYK 0 0.95 0.39 0.30
HSL 324.85º 0.9% 0.37% -
HSV(B) 324.85º 0.95% 0.7% -
XYZ 21.16 10.74 15.15 -
YUV 70.82 148.99 204.45 -
System Red Green Blue C M Y K H S L
Decimal 178 9 108 0 0.95 0.39 0.30 324.85 0.9 0.37
Hex B2 9 6C 0 5F 27 1E 145 5A 25
Octal 262 11 154 0 137 47 36 505 132 45
Binary 10110010 1001 1101100 0 1011111 100111 11110 101000101 1011010 100101

Color Harmonies of #B2096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2096C

Black with #B2096C

Text Example


Text Example

White with #B2096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2096C; }

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

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

background-color css

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

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

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

border-color css

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

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

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