Html Css Color HEX #BF1F67 Jazzberry Jam

📋 copy color: '#BF1F67'

red 191 ◦ green 31 ◦ blue 103

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

Shades of Jazzberry Jam #BF1F67

Tints of Jazzberry Jam #BF1F67

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.54%

 BLUE value IS 103 (40.63% from 255) = 31.69%

R = 58.77%
G = 9.54%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF1F67 (or 0xBF1F67) is known color: Jazzberry Jam. HEX triplet: BF, 1F and 67. RGB value is (191,31,103). Sum of RGB (Red+Green+Blue) = 191+31+103=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1F67 is #40E098. Grayscale: #565656. Windows color (decimal): -4251801 or 6758335. OLE color: 6758335.

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

Color convert

RGB 191 31 103 -
CMYK 0 0.84 0.46 0.25
HSL 333º 0.72% 0.44% -
HSV(B) 333º 0.84% 0.75% -
XYZ 24.42 13.04 14.06 -
YUV 87.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 191 31 103 0 0.84 0.46 0.25 333 0.72 0.44
Hex BF 1F 67 0 54 2E 19 14D 48 2C
Octal 277 37 147 0 124 56 31 515 110 54
Binary 10111111 11111 1100111 0 1010100 101110 11001 101001101 1001000 101100

Color Harmonies of #BF1F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1F67

Black with #BF1F67

Text Example


Text Example

White with #BF1F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1F67; }

 p { color: rgb(191,31,103); }

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

background-color css

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

 a { background-color: rgb(191,31,103); }

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

border-color css

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

 span { border-color: rgb(191,31,103); }

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