Html Css Color HEX #B30870 Jazzberry Jam

📋 copy color: '#B30870'

red 179 ◦ green 8 ◦ blue 112

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

Shades of Jazzberry Jam #B30870

Tints of Jazzberry Jam #B30870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.68%

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

R = 59.87%
G = 2.68%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B30870 (or 0xB30870) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 70. RGB value is (179,8,112). Sum of RGB (Red+Green+Blue) = 179+8+112=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B30870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30870 is #4CF78F. Grayscale: #464646. Windows color (decimal): -5044112 or 7342259. OLE color: 7342259.

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

Color convert

RGB 179 8 112 -
CMYK 0 0.96 0.37 0.30
HSL 323.51º 0.91% 0.37% -
HSV(B) 323.51º 0.96% 0.7% -
XYZ 21.6 10.93 16.3 -
YUV 70.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 179 8 112 0 0.96 0.37 0.30 323.51 0.91 0.37
Hex B3 8 70 0 60 25 1E 144 5B 25
Octal 263 10 160 0 140 45 36 504 133 45
Binary 10110011 1000 1110000 0 1100000 100101 11110 101000100 1011011 100101

Color Harmonies of #B30870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30870

Black with #B30870

Text Example


Text Example

White with #B30870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30870; }

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

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

background-color css

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

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

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

border-color css

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

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

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