Html Css Color HEX #B30654 Jazzberry Jam

📋 copy color: '#B30654'

red 179 ◦ green 6 ◦ blue 84

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

Shades of Jazzberry Jam #B30654

Tints of Jazzberry Jam #B30654

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.23%

 BLUE value IS 84 (33.2% from 255) = 31.23%

R = 66.54%
G = 2.23%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B30654 (or 0xB30654) is known color: Jazzberry Jam. HEX triplet: B3, 06 and 54. RGB value is (179,6,84). Sum of RGB (Red+Green+Blue) = 179+6+84=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B30654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30654 is #4CF9AB. Grayscale: #424242. Windows color (decimal): -5044652 or 5506739. OLE color: 5506739.

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

Color convert

RGB 179 6 84 -
CMYK 0 0.97 0.53 0.30
HSL 332.95º 0.94% 0.36% -
HSV(B) 332.95º 0.97% 0.7% -
XYZ 20.26 10.35 9.32 -
YUV 66.62 137.81 208.16 -
System Red Green Blue C M Y K H S L
Decimal 179 6 84 0 0.97 0.53 0.30 332.95 0.94 0.36
Hex B3 6 54 0 61 35 1E 14D 5E 24
Octal 263 6 124 0 141 65 36 515 136 44
Binary 10110011 110 1010100 0 1100001 110101 11110 101001101 1011110 100100

Color Harmonies of #B30654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30654

Black with #B30654

Text Example


Text Example

White with #B30654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30654; }

 p { color: rgb(179,6,84); }

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

background-color css

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

 a { background-color: rgb(179,6,84); }

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

border-color css

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

 span { border-color: rgb(179,6,84); }

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