Html Css Color HEX #BF1865 Jazzberry Jam

📋 copy color: '#BF1865'

red 191 ◦ green 24 ◦ blue 101

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

Shades of Jazzberry Jam #BF1865

Tints of Jazzberry Jam #BF1865

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.59%

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

R = 60.44%
G = 7.59%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF1865 (or 0xBF1865) is known color: Jazzberry Jam. HEX triplet: BF, 18 and 65. RGB value is (191,24,101). Sum of RGB (Red+Green+Blue) = 191+24+101=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1865 is #40E79A. Grayscale: #525252. Windows color (decimal): -4253595 or 6625471. OLE color: 6625471.

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

Color convert

RGB 191 24 101 -
CMYK 0 0.87 0.47 0.25
HSL 332.34º 0.78% 0.42% -
HSV(B) 332.34º 0.87% 0.75% -
XYZ 24.16 12.67 13.48 -
YUV 82.71 138.33 205.24 -
System Red Green Blue C M Y K H S L
Decimal 191 24 101 0 0.87 0.47 0.25 332.34 0.78 0.42
Hex BF 18 65 0 57 2F 19 14C 4E 2A
Octal 277 30 145 0 127 57 31 514 116 52
Binary 10111111 11000 1100101 0 1010111 101111 11001 101001100 1001110 101010

Color Harmonies of #BF1865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1865

Black with #BF1865

Text Example


Text Example

White with #BF1865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1865; }

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

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

background-color css

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

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

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

border-color css

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

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

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