Html Css Color HEX #B30666 Jazzberry Jam

📋 copy color: '#B30666'

red 179 ◦ green 6 ◦ blue 102

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

Shades of Jazzberry Jam #B30666

Tints of Jazzberry Jam #B30666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.09%

 BLUE value IS 102 (40.23% from 255) = 35.54%

R = 62.37%
G = 2.09%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B30666 (or 0xB30666) is known color: Jazzberry Jam. HEX triplet: B3, 06 and 66. RGB value is (179,6,102). Sum of RGB (Red+Green+Blue) = 179+6+102=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B30666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30666 is #4CF999. Grayscale: #444444. Windows color (decimal): -5044634 or 6686387. OLE color: 6686387.

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

Color convert

RGB 179 6 102 -
CMYK 0 0.97 0.43 0.30
HSL 326.71º 0.94% 0.36% -
HSV(B) 326.71º 0.97% 0.7% -
XYZ 21.05 10.67 13.52 -
YUV 68.67 146.81 206.69 -
System Red Green Blue C M Y K H S L
Decimal 179 6 102 0 0.97 0.43 0.30 326.71 0.94 0.36
Hex B3 6 66 0 61 2B 1E 147 5E 24
Octal 263 6 146 0 141 53 36 507 136 44
Binary 10110011 110 1100110 0 1100001 101011 11110 101000111 1011110 100100

Color Harmonies of #B30666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30666

Black with #B30666

Text Example


Text Example

White with #B30666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30666; }

 p { color: rgb(179,6,102); }

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

background-color css

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

 a { background-color: rgb(179,6,102); }

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

border-color css

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

 span { border-color: rgb(179,6,102); }

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