Html Css Color HEX #BC0257 Jazzberry Jam

📋 copy color: '#BC0257'

red 188 ◦ green 2 ◦ blue 87

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

Shades of Jazzberry Jam #BC0257

Tints of Jazzberry Jam #BC0257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 67.87%
G = 0.72%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC0257 (or 0xBC0257) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 57. RGB value is (188,2,87). Sum of RGB (Red+Green+Blue) = 188+2+87=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0257 is #43FDA8. Grayscale: #434343. Windows color (decimal): -4455849 or 5702332. OLE color: 5702332.

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

Color convert

RGB 188 2 87 -
CMYK 0 0.99 0.54 0.26
HSL 332.58º 0.98% 0.37% -
HSV(B) 332.58º 0.99% 0.74% -
XYZ 22.48 11.42 10.04 -
YUV 67.3 139.12 214.09 -
System Red Green Blue C M Y K H S L
Decimal 188 2 87 0 0.99 0.54 0.26 332.58 0.98 0.37
Hex BC 2 57 0 63 36 1A 14D 62 25
Octal 274 2 127 0 143 66 32 515 142 45
Binary 10111100 10 1010111 0 1100011 110110 11010 101001101 1100010 100101

Color Harmonies of #BC0257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0257

Black with #BC0257

Text Example


Text Example

White with #BC0257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0257; }

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

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

background-color css

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

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

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

border-color css

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

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

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