Html Css Color HEX #B3046C Jazzberry Jam

📋 copy color: '#B3046C'

red 179 ◦ green 4 ◦ blue 108

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

Shades of Jazzberry Jam #B3046C

Tints of Jazzberry Jam #B3046C

RGB

 RED value IS 179 (70.31% from 255) = 61.51%

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 61.51%
G = 1.37%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3046C (or 0xB3046C) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 6C. RGB value is (179,4,108). Sum of RGB (Red+Green+Blue) = 179+4+108=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B3046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3046C is #4CFB93. Grayscale: #434343. Windows color (decimal): -5045140 or 7079091. OLE color: 7079091.

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

Color convert

RGB 179 4 108 -
CMYK 0 0.98 0.40 0.30
HSL 324.34º 0.96% 0.36% -
HSV(B) 324.34º 0.98% 0.7% -
XYZ 21.34 10.75 15.14 -
YUV 68.18 150.48 207.04 -
System Red Green Blue C M Y K H S L
Decimal 179 4 108 0 0.98 0.40 0.30 324.34 0.96 0.36
Hex B3 4 6C 0 62 28 1E 144 60 24
Octal 263 4 154 0 142 50 36 504 140 44
Binary 10110011 100 1101100 0 1100010 101000 11110 101000100 1100000 100100

Color Harmonies of #B3046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3046C

Black with #B3046C

Text Example


Text Example

White with #B3046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3046C; }

 p { color: rgb(179,4,108); }

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

background-color css

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

 a { background-color: rgb(179,4,108); }

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

border-color css

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

 span { border-color: rgb(179,4,108); }

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