Html Css Color HEX #BF1158 Jazzberry Jam

📋 copy color: '#BF1158'

red 191 ◦ green 17 ◦ blue 88

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

Shades of Jazzberry Jam #BF1158

Tints of Jazzberry Jam #BF1158

RGB

 RED value IS 191 (75% from 255) = 64.53%

 GREEN value IS 17 (7.03% from 255) = 5.74%

 BLUE value IS 88 (34.77% from 255) = 29.73%

R = 64.53%
G = 5.74%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BF1158 (or 0xBF1158) is known color: Jazzberry Jam. HEX triplet: BF, 11 and 58. RGB value is (191,17,88). Sum of RGB (Red+Green+Blue) = 191+17+88=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1158 is #40EEA7. Grayscale: #4D4D4D. Windows color (decimal): -4255400 or 5771711. OLE color: 5771711.

HSL color Cylindrical-coordinate representation of color #BF1158: hue angle of 335.52º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1158 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 17 88 -
CMYK 0 0.91 0.54 0.25
HSL 335.52º 0.84% 0.41% -
HSV(B) 335.52º 0.91% 0.75% -
XYZ 23.45 12.18 10.35 -
YUV 77.12 134.15 209.23 -
System Red Green Blue C M Y K H S L
Decimal 191 17 88 0 0.91 0.54 0.25 335.52 0.84 0.41
Hex BF 11 58 0 5B 36 19 150 54 29
Octal 277 21 130 0 133 66 31 520 124 51
Binary 10111111 10001 1011000 0 1011011 110110 11001 101010000 1010100 101001

Color Harmonies of #BF1158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1158

Black with #BF1158

Text Example


Text Example

White with #BF1158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1158; }

 p { color: rgb(191,17,88); }

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

background-color css

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

 a { background-color: rgb(191,17,88); }

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

border-color css

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

 span { border-color: rgb(191,17,88); }

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