Html Css Color HEX #B30862 Jazzberry Jam

📋 copy color: '#B30862'

red 179 ◦ green 8 ◦ blue 98

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

Shades of Jazzberry Jam #B30862

Tints of Jazzberry Jam #B30862

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.81%

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

R = 62.81%
G = 2.81%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B30862 (or 0xB30862) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 62. RGB value is (179,8,98). Sum of RGB (Red+Green+Blue) = 179+8+98=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B30862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30862 is #4CF79D. Grayscale: #454545. Windows color (decimal): -5044126 or 6424755. OLE color: 6424755.

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

Color convert

RGB 179 8 98 -
CMYK 0 0.96 0.45 0.30
HSL 328.42º 0.91% 0.37% -
HSV(B) 328.42º 0.96% 0.7% -
XYZ 20.88 10.64 12.51 -
YUV 69.39 144.15 206.18 -
System Red Green Blue C M Y K H S L
Decimal 179 8 98 0 0.96 0.45 0.30 328.42 0.91 0.37
Hex B3 8 62 0 60 2D 1E 148 5B 25
Octal 263 10 142 0 140 55 36 510 133 45
Binary 10110011 1000 1100010 0 1100000 101101 11110 101001000 1011011 100101

Color Harmonies of #B30862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30862

Black with #B30862

Text Example


Text Example

White with #B30862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30862; }

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

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

background-color css

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

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

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

border-color css

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

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

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