Html Css Color HEX #B3055D Jazzberry Jam

📋 copy color: '#B3055D'

red 179 ◦ green 5 ◦ blue 93

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

Shades of Jazzberry Jam #B3055D

Tints of Jazzberry Jam #B3055D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 64.62%
G = 1.81%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3055D (or 0xB3055D) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 5D. RGB value is (179,5,93). Sum of RGB (Red+Green+Blue) = 179+5+93=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3055D is #4CFAA2. Grayscale: #424242. Windows color (decimal): -5044899 or 6096307. OLE color: 6096307.

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

Color convert

RGB 179 5 93 -
CMYK 0 0.97 0.48 0.30
HSL 329.66º 0.95% 0.36% -
HSV(B) 329.66º 0.97% 0.7% -
XYZ 20.62 10.48 11.29 -
YUV 67.06 142.65 207.84 -
System Red Green Blue C M Y K H S L
Decimal 179 5 93 0 0.97 0.48 0.30 329.66 0.95 0.36
Hex B3 5 5D 0 61 30 1E 14A 5F 24
Octal 263 5 135 0 141 60 36 512 137 44
Binary 10110011 101 1011101 0 1100001 110000 11110 101001010 1011111 100100

Color Harmonies of #B3055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3055D

Black with #B3055D

Text Example


Text Example

White with #B3055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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