Html Css Color HEX #B30170 Jazzberry Jam

📋 copy color: '#B30170'

red 179 ◦ green 1 ◦ blue 112

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

Shades of Jazzberry Jam #B30170

Tints of Jazzberry Jam #B30170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 61.3%
G = 0.34%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B30170 (or 0xB30170) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 70. RGB value is (179,1,112). Sum of RGB (Red+Green+Blue) = 179+1+112=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B30170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30170 is #4CFE8F. Grayscale: #424242. Windows color (decimal): -5045904 or 7340467. OLE color: 7340467.

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

Color convert

RGB 179 1 112 -
CMYK 0 0.99 0.37 0.30
HSL 322.58º 0.99% 0.35% -
HSV(B) 322.58º 0.99% 0.7% -
XYZ 21.53 10.78 16.27 -
YUV 66.88 153.47 207.97 -
System Red Green Blue C M Y K H S L
Decimal 179 1 112 0 0.99 0.37 0.30 322.58 0.99 0.35
Hex B3 1 70 0 63 25 1E 143 63 23
Octal 263 1 160 0 143 45 36 503 143 43
Binary 10110011 1 1110000 0 1100011 100101 11110 101000011 1100011 100011

Color Harmonies of #B30170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30170

Black with #B30170

Text Example


Text Example

White with #B30170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30170; }

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

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

background-color css

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

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

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

border-color css

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

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

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