Html Css Color HEX #BC1A6B Jazzberry Jam

📋 copy color: '#BC1A6B'

red 188 ◦ green 26 ◦ blue 107

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

Shades of Jazzberry Jam #BC1A6B

Tints of Jazzberry Jam #BC1A6B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.1%

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

R = 58.57%
G = 8.1%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC1A6B (or 0xBC1A6B) is known color: Jazzberry Jam. HEX triplet: BC, 1A and 6B. RGB value is (188,26,107). Sum of RGB (Red+Green+Blue) = 188+26+107=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1A6B is #43E594. Grayscale: #535353. Windows color (decimal): -4449685 or 7019196. OLE color: 7019196.

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

Color convert

RGB 188 26 107 -
CMYK 0 0.86 0.43 0.26
HSL 330º 0.76% 0.42% -
HSV(B) 330º 0.86% 0.74% -
XYZ 23.76 12.49 15.07 -
YUV 83.67 141.17 202.41 -
System Red Green Blue C M Y K H S L
Decimal 188 26 107 0 0.86 0.43 0.26 330 0.76 0.42
Hex BC 1A 6B 0 56 2B 1A 14A 4C 2A
Octal 274 32 153 0 126 53 32 512 114 52
Binary 10111100 11010 1101011 0 1010110 101011 11010 101001010 1001100 101010

Color Harmonies of #BC1A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A6B

Black with #BC1A6B

Text Example


Text Example

White with #BC1A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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