Html Css Color HEX #BF0164 Jazzberry Jam

📋 copy color: '#BF0164'

red 191 ◦ green 1 ◦ blue 100

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

Shades of Jazzberry Jam #BF0164

Tints of Jazzberry Jam #BF0164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 100 (39.45% from 255) = 34.25%

R = 65.41%
G = 0.34%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BF0164 (or 0xBF0164) is known color: Jazzberry Jam. HEX triplet: BF, 01 and 64. RGB value is (191,1,100). Sum of RGB (Red+Green+Blue) = 191+1+100=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0164 is #40FE9B. Grayscale: #444444. Windows color (decimal): -4259484 or 6554047. OLE color: 6554047.

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

Color convert

RGB 191 1 100 -
CMYK 0 0.99 0.48 0.25
HSL 328.74º 0.99% 0.38% -
HSV(B) 328.74º 0.99% 0.75% -
XYZ 23.8 12.02 13.12 -
YUV 69.1 145.45 214.95 -
System Red Green Blue C M Y K H S L
Decimal 191 1 100 0 0.99 0.48 0.25 328.74 0.99 0.38
Hex BF 1 64 0 63 30 19 149 63 26
Octal 277 1 144 0 143 60 31 511 143 46
Binary 10111111 1 1100100 0 1100011 110000 11001 101001001 1100011 100110

Color Harmonies of #BF0164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0164

Black with #BF0164

Text Example


Text Example

White with #BF0164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0164; }

 p { color: rgb(191,1,100); }

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

background-color css

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

 a { background-color: rgb(191,1,100); }

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

border-color css

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

 span { border-color: rgb(191,1,100); }

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