Html Css Color HEX #B30162 Jazzberry Jam

📋 copy color: '#B30162'

red 179 ◦ green 1 ◦ blue 98

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

Shades of Jazzberry Jam #B30162

Tints of Jazzberry Jam #B30162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.25%

R = 64.39%
G = 0.36%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B30162 (or 0xB30162) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 62. RGB value is (179,1,98). Sum of RGB (Red+Green+Blue) = 179+1+98=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B30162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30162 is #4CFE9D. Grayscale: #414141. Windows color (decimal): -5045918 or 6422963. OLE color: 6422963.

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

Color convert

RGB 179 1 98 -
CMYK 0 0.99 0.45 0.30
HSL 327.3º 0.99% 0.35% -
HSV(B) 327.3º 0.99% 0.7% -
XYZ 20.81 10.49 12.48 -
YUV 65.28 146.47 209.11 -
System Red Green Blue C M Y K H S L
Decimal 179 1 98 0 0.99 0.45 0.30 327.3 0.99 0.35
Hex B3 1 62 0 63 2D 1E 147 63 23
Octal 263 1 142 0 143 55 36 507 143 43
Binary 10110011 1 1100010 0 1100011 101101 11110 101000111 1100011 100011

Color Harmonies of #B30162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30162

Black with #B30162

Text Example


Text Example

White with #B30162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30162; }

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

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

background-color css

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

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

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

border-color css

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

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

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