Html Css Color HEX #B30670 Jazzberry Jam

📋 copy color: '#B30670'

red 179 ◦ green 6 ◦ blue 112

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

Shades of Jazzberry Jam #B30670

Tints of Jazzberry Jam #B30670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.71%

R = 60.27%
G = 2.02%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B30670 (or 0xB30670) is known color: Jazzberry Jam. HEX triplet: B3, 06 and 70. RGB value is (179,6,112). Sum of RGB (Red+Green+Blue) = 179+6+112=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B30670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30670 is #4CF98F. Grayscale: #454545. Windows color (decimal): -5044624 or 7341747. OLE color: 7341747.

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

Color convert

RGB 179 6 112 -
CMYK 0 0.97 0.37 0.30
HSL 323.24º 0.94% 0.36% -
HSV(B) 323.24º 0.97% 0.7% -
XYZ 21.58 10.88 16.29 -
YUV 69.81 151.81 205.88 -
System Red Green Blue C M Y K H S L
Decimal 179 6 112 0 0.97 0.37 0.30 323.24 0.94 0.36
Hex B3 6 70 0 61 25 1E 143 5E 24
Octal 263 6 160 0 141 45 36 503 136 44
Binary 10110011 110 1110000 0 1100001 100101 11110 101000011 1011110 100100

Color Harmonies of #B30670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30670

Black with #B30670

Text Example


Text Example

White with #B30670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30670; }

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

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

background-color css

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

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

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

border-color css

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

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

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