Html Css Color HEX #BF046B Jazzberry Jam

📋 copy color: '#BF046B'

red 191 ◦ green 4 ◦ blue 107

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

Shades of Jazzberry Jam #BF046B

Tints of Jazzberry Jam #BF046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 107 (42.19% from 255) = 35.43%

R = 63.25%
G = 1.32%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BF046B (or 0xBF046B) is known color: Jazzberry Jam. HEX triplet: BF, 04 and 6B. RGB value is (191,4,107). Sum of RGB (Red+Green+Blue) = 191+4+107=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF046B is #40FB94. Grayscale: #474747. Windows color (decimal): -4258709 or 7013567. OLE color: 7013567.

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

Color convert

RGB 191 4 107 -
CMYK 0 0.98 0.44 0.25
HSL 326.95º 0.96% 0.38% -
HSV(B) 326.95º 0.98% 0.75% -
XYZ 24.18 12.22 14.99 -
YUV 71.66 147.95 213.12 -
System Red Green Blue C M Y K H S L
Decimal 191 4 107 0 0.98 0.44 0.25 326.95 0.96 0.38
Hex BF 4 6B 0 62 2C 19 147 60 26
Octal 277 4 153 0 142 54 31 507 140 46
Binary 10111111 100 1101011 0 1100010 101100 11001 101000111 1100000 100110

Color Harmonies of #BF046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF046B

Black with #BF046B

Text Example


Text Example

White with #BF046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF046B; }

 p { color: rgb(191,4,107); }

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

background-color css

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

 a { background-color: rgb(191,4,107); }

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

border-color css

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

 span { border-color: rgb(191,4,107); }

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