Html Css Color HEX #BC2164 Jazzberry Jam

📋 copy color: '#BC2164'

red 188 ◦ green 33 ◦ blue 100

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

Shades of Jazzberry Jam #BC2164

Tints of Jazzberry Jam #BC2164

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.28%

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

R = 58.57%
G = 10.28%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC2164 (or 0xBC2164) is known color: Jazzberry Jam. HEX triplet: BC, 21 and 64. RGB value is (188,33,100). Sum of RGB (Red+Green+Blue) = 188+33+100=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2164 is #43DE9B. Grayscale: #565656. Windows color (decimal): -4447900 or 6562236. OLE color: 6562236.

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

Color convert

RGB 188 33 100 -
CMYK 0 0.82 0.47 0.26
HSL 334.06º 0.7% 0.43% -
HSV(B) 334.06º 0.82% 0.74% -
XYZ 23.58 12.7 13.26 -
YUV 86.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 188 33 100 0 0.82 0.47 0.26 334.06 0.7 0.43
Hex BC 21 64 0 52 2F 1A 14E 46 2B
Octal 274 41 144 0 122 57 32 516 106 53
Binary 10111100 100001 1100100 0 1010010 101111 11010 101001110 1000110 101011

Color Harmonies of #BC2164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2164

Black with #BC2164

Text Example


Text Example

White with #BC2164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2164; }

 p { color: rgb(188,33,100); }

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

background-color css

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

 a { background-color: rgb(188,33,100); }

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

border-color css

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

 span { border-color: rgb(188,33,100); }

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