Html Css Color HEX #B3055A Jazzberry Jam

📋 copy color: '#B3055A'

red 179 ◦ green 5 ◦ blue 90

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

Shades of Jazzberry Jam #B3055A

Tints of Jazzberry Jam #B3055A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.85%

R = 65.33%
G = 1.82%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B3055A (or 0xB3055A) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 5A. RGB value is (179,5,90). Sum of RGB (Red+Green+Blue) = 179+5+90=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B3055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3055A is #4CFAA5. Grayscale: #424242. Windows color (decimal): -5044902 or 5899699. OLE color: 5899699.

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

Color convert

RGB 179 5 90 -
CMYK 0 0.97 0.50 0.30
HSL 330.69º 0.95% 0.36% -
HSV(B) 330.69º 0.97% 0.7% -
XYZ 20.49 10.43 10.61 -
YUV 66.72 141.15 208.09 -
System Red Green Blue C M Y K H S L
Decimal 179 5 90 0 0.97 0.50 0.30 330.69 0.95 0.36
Hex B3 5 5A 0 61 32 1E 14B 5F 24
Octal 263 5 132 0 141 62 36 513 137 44
Binary 10110011 101 1011010 0 1100001 110010 11110 101001011 1011111 100100

Color Harmonies of #B3055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3055A

Black with #B3055A

Text Example


Text Example

White with #B3055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3055A; }

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

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

background-color css

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

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

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

border-color css

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

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

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