Html Css Color HEX #BC146B Jazzberry Jam

📋 copy color: '#BC146B'

red 188 ◦ green 20 ◦ blue 107

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

Shades of Jazzberry Jam #BC146B

Tints of Jazzberry Jam #BC146B

RGB

 RED value IS 188 (73.83% from 255) = 59.68%

 GREEN value IS 20 (8.2% from 255) = 6.35%

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

R = 59.68%
G = 6.35%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC146B (or 0xBC146B) is known color: Jazzberry Jam. HEX triplet: BC, 14 and 6B. RGB value is (188,20,107). Sum of RGB (Red+Green+Blue) = 188+20+107=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC146B is #43EB94. Grayscale: #4F4F4F. Windows color (decimal): -4451221 or 7017660. OLE color: 7017660.

HSL color Cylindrical-coordinate representation of color #BC146B: hue angle of 328.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC146B is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 20 107 -
CMYK 0 0.89 0.43 0.26
HSL 328.93º 0.81% 0.41% -
HSV(B) 328.93º 0.89% 0.74% -
XYZ 23.64 12.25 15.03 -
YUV 80.15 143.16 204.93 -
System Red Green Blue C M Y K H S L
Decimal 188 20 107 0 0.89 0.43 0.26 328.93 0.81 0.41
Hex BC 14 6B 0 59 2B 1A 149 51 29
Octal 274 24 153 0 131 53 32 511 121 51
Binary 10111100 10100 1101011 0 1011001 101011 11010 101001001 1010001 101001

Color Harmonies of #BC146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC146B

Black with #BC146B

Text Example


Text Example

White with #BC146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC146B; }

 p { color: rgb(188,20,107); }

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

background-color css

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

 a { background-color: rgb(188,20,107); }

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

border-color css

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

 span { border-color: rgb(188,20,107); }

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