Html Css Color HEX #BC0057 Jazzberry Jam

📋 copy color: '#BC0057'

red 188 ◦ green 0 ◦ blue 87

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

Shades of Jazzberry Jam #BC0057

Tints of Jazzberry Jam #BC0057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 31.64%

R = 68.36%
G = 0%
B = 31.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC0057 (or 0xBC0057) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 57. RGB value is (188,0,87). Sum of RGB (Red+Green+Blue) = 188+0+87=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0057 is #43FFA8. Grayscale: #414141. Windows color (decimal): -4456361 or 5701820. OLE color: 5701820.

HSL color Cylindrical-coordinate representation of color #BC0057: hue angle of 332.23º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0057 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 0 87 -
CMYK 0 1 0.54 0.26
HSL 332.23º 1% 0.37% -
HSV(B) 332.23º 1% 0.74% -
XYZ 22.46 11.38 10.03 -
YUV 66.13 139.78 214.93 -
System Red Green Blue C M Y K H S L
Decimal 188 0 87 0 1 0.54 0.26 332.23 1 0.37
Hex BC 0 57 0 64 36 1A 14C 64 25
Octal 274 0 127 0 144 66 32 514 144 45
Binary 10111100 0 1010111 0 1100100 110110 11010 101001100 1100100 100101

Color Harmonies of #BC0057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0057

Black with #BC0057

Text Example


Text Example

White with #BC0057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0057; }

 p { color: rgb(188,0,87); }

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

background-color css

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

 a { background-color: rgb(188,0,87); }

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

border-color css

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

 span { border-color: rgb(188,0,87); }

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