Html Css Color HEX #B2076C Jazzberry Jam

📋 copy color: '#B2076C'

red 178 ◦ green 7 ◦ blue 108

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

Shades of Jazzberry Jam #B2076C

Tints of Jazzberry Jam #B2076C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.39%

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

R = 60.75%
G = 2.39%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2076C (or 0xB2076C) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 6C. RGB value is (178,7,108). Sum of RGB (Red+Green+Blue) = 178+7+108=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B2076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2076C is #4DF893. Grayscale: #454545. Windows color (decimal): -5109908 or 7079858. OLE color: 7079858.

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

Color convert

RGB 178 7 108 -
CMYK 0 0.96 0.39 0.30
HSL 324.56º 0.92% 0.36% -
HSV(B) 324.56º 0.96% 0.7% -
XYZ 21.14 10.7 15.14 -
YUV 69.64 149.65 205.29 -
System Red Green Blue C M Y K H S L
Decimal 178 7 108 0 0.96 0.39 0.30 324.56 0.92 0.36
Hex B2 7 6C 0 60 27 1E 145 5C 24
Octal 262 7 154 0 140 47 36 505 134 44
Binary 10110010 111 1101100 0 1100000 100111 11110 101000101 1011100 100100

Color Harmonies of #B2076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2076C

Black with #B2076C

Text Example


Text Example

White with #B2076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2076C; }

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

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

background-color css

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

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

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

border-color css

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

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

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