Html Css Color HEX #B3046F Jazzberry Jam

📋 copy color: '#B3046F'

red 179 ◦ green 4 ◦ blue 111

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

Shades of Jazzberry Jam #B3046F

Tints of Jazzberry Jam #B3046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.76%

R = 60.88%
G = 1.36%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B3046F (or 0xB3046F) is known color: Jazzberry Jam. HEX triplet: B3, 04 and 6F. RGB value is (179,4,111). Sum of RGB (Red+Green+Blue) = 179+4+111=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B3046F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3046F is #4CFB90. Grayscale: #444444. Windows color (decimal): -5045137 or 7275699. OLE color: 7275699.

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

Color convert

RGB 179 4 111 -
CMYK 0 0.98 0.38 0.30
HSL 323.31º 0.96% 0.36% -
HSV(B) 323.31º 0.98% 0.7% -
XYZ 21.5 10.82 15.99 -
YUV 68.52 151.98 206.8 -
System Red Green Blue C M Y K H S L
Decimal 179 4 111 0 0.98 0.38 0.30 323.31 0.96 0.36
Hex B3 4 6F 0 62 26 1E 143 60 24
Octal 263 4 157 0 142 46 36 503 140 44
Binary 10110011 100 1101111 0 1100010 100110 11110 101000011 1100000 100100

Color Harmonies of #B3046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3046F

Black with #B3046F

Text Example


Text Example

White with #B3046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3046F; }

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

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

background-color css

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

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

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

border-color css

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

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

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