Html Css Color HEX #B11268 Jazzberry Jam

📋 copy color: '#B11268'

red 177 ◦ green 18 ◦ blue 104

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

Shades of Jazzberry Jam #B11268

Tints of Jazzberry Jam #B11268

RGB

 RED value IS 177 (69.53% from 255) = 59.2%

 GREEN value IS 18 (7.42% from 255) = 6.02%

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 59.2%
G = 6.02%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B11268 (or 0xB11268) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 68. RGB value is (177,18,104). Sum of RGB (Red+Green+Blue) = 177+18+104=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B11268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11268 is #4EED97. Grayscale: #4B4B4B. Windows color (decimal): -5172632 or 6820529. OLE color: 6820529.

HSL color Cylindrical-coordinate representation of color #B11268: hue angle of 327.55º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11268 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 104 -
CMYK 0 0.90 0.41 0.31
HSL 327.55º 0.82% 0.38% -
HSV(B) 327.55º 0.9% 0.69% -
XYZ 20.85 10.78 14.08 -
YUV 75.35 144.18 200.51 -
System Red Green Blue C M Y K H S L
Decimal 177 18 104 0 0.90 0.41 0.31 327.55 0.82 0.38
Hex B1 12 68 0 5A 29 1F 148 52 26
Octal 261 22 150 0 132 51 37 510 122 46
Binary 10110001 10010 1101000 0 1011010 101001 11111 101001000 1010010 100110

Color Harmonies of #B11268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11268

Black with #B11268

Text Example


Text Example

White with #B11268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11268; }

 p { color: rgb(177,18,104); }

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

background-color css

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

 a { background-color: rgb(177,18,104); }

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

border-color css

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

 span { border-color: rgb(177,18,104); }

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