Html Css Color HEX #B30273 Jazzberry Jam

📋 copy color: '#B30273'

red 179 ◦ green 2 ◦ blue 115

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

Shades of Jazzberry Jam #B30273

Tints of Jazzberry Jam #B30273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 60.47%
G = 0.68%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B30273 (or 0xB30273) is known color: Jazzberry Jam. HEX triplet: B3, 02 and 73. RGB value is (179,2,115). Sum of RGB (Red+Green+Blue) = 179+2+115=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B30273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30273 is #4CFD8C. Grayscale: #434343. Windows color (decimal): -5045645 or 7537331. OLE color: 7537331.

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

Color convert

RGB 179 2 115 -
CMYK 0 0.99 0.36 0.30
HSL 321.69º 0.98% 0.35% -
HSV(B) 321.69º 0.99% 0.7% -
XYZ 21.71 10.86 17.17 -
YUV 67.81 154.64 207.31 -
System Red Green Blue C M Y K H S L
Decimal 179 2 115 0 0.99 0.36 0.30 321.69 0.98 0.35
Hex B3 2 73 0 63 24 1E 142 62 23
Octal 263 2 163 0 143 44 36 502 142 43
Binary 10110011 10 1110011 0 1100011 100100 11110 101000010 1100010 100011

Color Harmonies of #B30273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30273

Black with #B30273

Text Example


Text Example

White with #B30273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30273; }

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

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

background-color css

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

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

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

border-color css

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

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

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