Html Css Color HEX #B3055C Jazzberry Jam

📋 copy color: '#B3055C'

red 179 ◦ green 5 ◦ blue 92

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

Shades of Jazzberry Jam #B3055C

Tints of Jazzberry Jam #B3055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 64.86%
G = 1.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3055C (or 0xB3055C) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 5C. RGB value is (179,5,92). Sum of RGB (Red+Green+Blue) = 179+5+92=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3055C is #4CFAA3. Grayscale: #424242. Windows color (decimal): -5044900 or 6030771. OLE color: 6030771.

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

Color convert

RGB 179 5 92 -
CMYK 0 0.97 0.49 0.30
HSL 330º 0.95% 0.36% -
HSV(B) 330º 0.97% 0.7% -
XYZ 20.58 10.46 11.06 -
YUV 66.94 142.15 207.93 -
System Red Green Blue C M Y K H S L
Decimal 179 5 92 0 0.97 0.49 0.30 330 0.95 0.36
Hex B3 5 5C 0 61 31 1E 14A 5F 24
Octal 263 5 134 0 141 61 36 512 137 44
Binary 10110011 101 1011100 0 1100001 110001 11110 101001010 1011111 100100

Color Harmonies of #B3055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3055C

Black with #B3055C

Text Example


Text Example

White with #B3055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3055C; }

 p { color: rgb(179,5,92); }

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

background-color css

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

 a { background-color: rgb(179,5,92); }

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

border-color css

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

 span { border-color: rgb(179,5,92); }

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