Html Css Color HEX #BF016A Jazzberry Jam

📋 copy color: '#BF016A'

red 191 ◦ green 1 ◦ blue 106

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

Shades of Jazzberry Jam #BF016A

Tints of Jazzberry Jam #BF016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 64.09%
G = 0.34%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF016A (or 0xBF016A) is known color: Jazzberry Jam. HEX triplet: BF, 01 and 6A. RGB value is (191,1,106). Sum of RGB (Red+Green+Blue) = 191+1+106=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF016A is #40FE95. Grayscale: #454545. Windows color (decimal): -4259478 or 6947263. OLE color: 6947263.

HSL color Cylindrical-coordinate representation of color #BF016A: hue angle of 326.84º 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 #BF016A is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 1 106 -
CMYK 0 0.99 0.45 0.25
HSL 326.84º 0.99% 0.38% -
HSV(B) 326.84º 0.99% 0.75% -
XYZ 24.1 12.14 14.71 -
YUV 69.78 148.45 214.46 -
System Red Green Blue C M Y K H S L
Decimal 191 1 106 0 0.99 0.45 0.25 326.84 0.99 0.38
Hex BF 1 6A 0 63 2D 19 147 63 26
Octal 277 1 152 0 143 55 31 507 143 46
Binary 10111111 1 1101010 0 1100011 101101 11001 101000111 1100011 100110

Color Harmonies of #BF016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF016A

Black with #BF016A

Text Example


Text Example

White with #BF016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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