Html Css Color HEX #B30264 Jazzberry Jam

📋 copy color: '#B30264'

red 179 ◦ green 2 ◦ blue 100

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

Shades of Jazzberry Jam #B30264

Tints of Jazzberry Jam #B30264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 100 (39.45% from 255) = 35.59%

R = 63.7%
G = 0.71%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B30264 (or 0xB30264) is known color: Jazzberry Jam. HEX triplet: B3, 02 and 64. RGB value is (179,2,100). Sum of RGB (Red+Green+Blue) = 179+2+100=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B30264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30264 is #4CFD9B. Grayscale: #414141. Windows color (decimal): -5045660 or 6554291. OLE color: 6554291.

HSL color Cylindrical-coordinate representation of color #B30264: hue angle of 326.78º degrees, saturation: 0.98, 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 #B30264 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 2 100 -
CMYK 0 0.99 0.44 0.30
HSL 326.78º 0.98% 0.35% -
HSV(B) 326.78º 0.99% 0.7% -
XYZ 20.91 10.55 12.99 -
YUV 66.1 147.14 208.53 -
System Red Green Blue C M Y K H S L
Decimal 179 2 100 0 0.99 0.44 0.30 326.78 0.98 0.35
Hex B3 2 64 0 63 2C 1E 147 62 23
Octal 263 2 144 0 143 54 36 507 142 43
Binary 10110011 10 1100100 0 1100011 101100 11110 101000111 1100010 100011

Color Harmonies of #B30264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30264

Black with #B30264

Text Example


Text Example

White with #B30264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30264; }

 p { color: rgb(179,2,100); }

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

background-color css

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

 a { background-color: rgb(179,2,100); }

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

border-color css

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

 span { border-color: rgb(179,2,100); }

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