Html Css Color HEX #B3146C Jazzberry Jam

📋 copy color: '#B3146C'

red 179 ◦ green 20 ◦ blue 108

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

Shades of Jazzberry Jam #B3146C

Tints of Jazzberry Jam #B3146C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.51%

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

R = 58.31%
G = 6.51%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3146C (or 0xB3146C) is known color: Jazzberry Jam. HEX triplet: B3, 14 and 6C. RGB value is (179,20,108). Sum of RGB (Red+Green+Blue) = 179+20+108=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3146C is #4CEB93. Grayscale: #4D4D4D. Windows color (decimal): -5041044 or 7083187. OLE color: 7083187.

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

Color convert

RGB 179 20 108 -
CMYK 0 0.89 0.40 0.30
HSL 326.79º 0.8% 0.39% -
HSV(B) 326.79º 0.89% 0.7% -
XYZ 21.55 11.17 15.21 -
YUV 77.57 145.18 200.34 -
System Red Green Blue C M Y K H S L
Decimal 179 20 108 0 0.89 0.40 0.30 326.79 0.8 0.39
Hex B3 14 6C 0 59 28 1E 147 50 27
Octal 263 24 154 0 131 50 36 507 120 47
Binary 10110011 10100 1101100 0 1011001 101000 11110 101000111 1010000 100111

Color Harmonies of #B3146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3146C

Black with #B3146C

Text Example


Text Example

White with #B3146C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3146C; }

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

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

background-color css

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

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

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

border-color css

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

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

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