Html Css Color HEX #B30166 Jazzberry Jam

📋 copy color: '#B30166'

red 179 ◦ green 1 ◦ blue 102

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

Shades of Jazzberry Jam #B30166

Tints of Jazzberry Jam #B30166

RGB

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

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

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

R = 63.48%
G = 0.35%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B30166 (or 0xB30166) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 66. RGB value is (179,1,102). Sum of RGB (Red+Green+Blue) = 179+1+102=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B30166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30166 is #4CFE99. Grayscale: #414141. Windows color (decimal): -5045914 or 6685107. OLE color: 6685107.

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

Color convert

RGB 179 1 102 -
CMYK 0 0.99 0.43 0.30
HSL 325.96º 0.99% 0.35% -
HSV(B) 325.96º 0.99% 0.7% -
XYZ 21 10.56 13.5 -
YUV 65.74 148.47 208.79 -
System Red Green Blue C M Y K H S L
Decimal 179 1 102 0 0.99 0.43 0.30 325.96 0.99 0.35
Hex B3 1 66 0 63 2B 1E 146 63 23
Octal 263 1 146 0 143 53 36 506 143 43
Binary 10110011 1 1100110 0 1100011 101011 11110 101000110 1100011 100011

Color Harmonies of #B30166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30166

Black with #B30166

Text Example


Text Example

White with #B30166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30166; }

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

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

background-color css

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

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

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

border-color css

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

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

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