Html Css Color HEX #B2075C Jazzberry Jam

📋 copy color: '#B2075C'

red 178 ◦ green 7 ◦ blue 92

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

Shades of Jazzberry Jam #B2075C

Tints of Jazzberry Jam #B2075C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.21%

R = 64.26%
G = 2.53%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2075C (or 0xB2075C) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 5C. RGB value is (178,7,92). Sum of RGB (Red+Green+Blue) = 178+7+92=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2075C is #4DF8A3. Grayscale: #434343. Windows color (decimal): -5109924 or 6031282. OLE color: 6031282.

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

Color convert

RGB 178 7 92 -
CMYK 0 0.96 0.48 0.30
HSL 330.18º 0.92% 0.36% -
HSV(B) 330.18º 0.96% 0.7% -
XYZ 20.37 10.39 11.06 -
YUV 67.82 141.65 206.59 -
System Red Green Blue C M Y K H S L
Decimal 178 7 92 0 0.96 0.48 0.30 330.18 0.92 0.36
Hex B2 7 5C 0 60 30 1E 14A 5C 24
Octal 262 7 134 0 140 60 36 512 134 44
Binary 10110010 111 1011100 0 1100000 110000 11110 101001010 1011100 100100

Color Harmonies of #B2075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2075C

Black with #B2075C

Text Example


Text Example

White with #B2075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2075C; }

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

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

background-color css

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

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

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

border-color css

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

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

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