Html Css Color HEX #B30055 Jazzberry Jam

📋 copy color: '#B30055'

red 179 ◦ green 0 ◦ blue 85

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

Shades of Jazzberry Jam #B30055

Tints of Jazzberry Jam #B30055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 85 (33.59% from 255) = 32.2%

R = 67.8%
G = 0%
B = 32.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B30055 (or 0xB30055) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 55. RGB value is (179,0,85). Sum of RGB (Red+Green+Blue) = 179+0+85=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B30055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30055 is #4CFFAA. Grayscale: #3F3F3F. Windows color (decimal): -5046187 or 5570739. OLE color: 5570739.

HSL color Cylindrical-coordinate representation of color #B30055: hue angle of 331.51º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30055 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 0 85 -
CMYK 0 1 0.53 0.30
HSL 331.51º 1% 0.35% -
HSV(B) 331.51º 1% 0.7% -
XYZ 20.23 10.24 9.5 -
YUV 63.21 140.3 210.59 -
System Red Green Blue C M Y K H S L
Decimal 179 0 85 0 1 0.53 0.30 331.51 1 0.35
Hex B3 0 55 0 64 35 1E 14C 64 23
Octal 263 0 125 0 144 65 36 514 144 43
Binary 10110011 0 1010101 0 1100100 110101 11110 101001100 1100100 100011

Color Harmonies of #B30055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30055

Black with #B30055

Text Example


Text Example

White with #B30055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30055; }

 p { color: rgb(179,0,85); }

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

background-color css

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

 a { background-color: rgb(179,0,85); }

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

border-color css

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

 span { border-color: rgb(179,0,85); }

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