Html Css Color HEX #BF0565 Jazzberry Jam

📋 copy color: '#BF0565'

red 191 ◦ green 5 ◦ blue 101

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

Shades of Jazzberry Jam #BF0565

Tints of Jazzberry Jam #BF0565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

 BLUE value IS 101 (39.84% from 255) = 34.01%

R = 64.31%
G = 1.68%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF0565 (or 0xBF0565) is known color: Jazzberry Jam. HEX triplet: BF, 05 and 65. RGB value is (191,5,101). Sum of RGB (Red+Green+Blue) = 191+5+101=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0565 is #40FA9A. Grayscale: #474747. Windows color (decimal): -4258459 or 6620607. OLE color: 6620607.

HSL color Cylindrical-coordinate representation of color #BF0565: hue angle of 329.03º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF0565 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 5 101 -
CMYK 0 0.97 0.47 0.25
HSL 329.03º 0.95% 0.38% -
HSV(B) 329.03º 0.97% 0.75% -
XYZ 23.89 12.12 13.39 -
YUV 71.56 144.62 213.19 -
System Red Green Blue C M Y K H S L
Decimal 191 5 101 0 0.97 0.47 0.25 329.03 0.95 0.38
Hex BF 5 65 0 61 2F 19 149 5F 26
Octal 277 5 145 0 141 57 31 511 137 46
Binary 10111111 101 1100101 0 1100001 101111 11001 101001001 1011111 100110

Color Harmonies of #BF0565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0565

Black with #BF0565

Text Example


Text Example

White with #BF0565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0565; }

 p { color: rgb(191,5,101); }

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

background-color css

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

 a { background-color: rgb(191,5,101); }

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

border-color css

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

 span { border-color: rgb(191,5,101); }

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