Html Css Color HEX #B30568 Jazzberry Jam

📋 copy color: '#B30568'

red 179 ◦ green 5 ◦ blue 104

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

Shades of Jazzberry Jam #B30568

Tints of Jazzberry Jam #B30568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 104 (41.02% from 255) = 36.11%

R = 62.15%
G = 1.74%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B30568 (or 0xB30568) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 68. RGB value is (179,5,104). Sum of RGB (Red+Green+Blue) = 179+5+104=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B30568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30568 is #4CFA97. Grayscale: #444444. Windows color (decimal): -5044888 or 6817203. OLE color: 6817203.

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

Color convert

RGB 179 5 104 -
CMYK 0 0.97 0.42 0.30
HSL 325.86º 0.95% 0.36% -
HSV(B) 325.86º 0.97% 0.7% -
XYZ 21.14 10.69 14.05 -
YUV 68.31 148.15 206.95 -
System Red Green Blue C M Y K H S L
Decimal 179 5 104 0 0.97 0.42 0.30 325.86 0.95 0.36
Hex B3 5 68 0 61 2A 1E 146 5F 24
Octal 263 5 150 0 141 52 36 506 137 44
Binary 10110011 101 1101000 0 1100001 101010 11110 101000110 1011111 100100

Color Harmonies of #B30568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30568

Black with #B30568

Text Example


Text Example

White with #B30568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30568; }

 p { color: rgb(179,5,104); }

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

background-color css

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

 a { background-color: rgb(179,5,104); }

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

border-color css

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

 span { border-color: rgb(179,5,104); }

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