Html Css Color HEX #BC0550 Jazzberry Jam

📋 copy color: '#BC0550'

red 188 ◦ green 5 ◦ blue 80

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

Shades of Jazzberry Jam #BC0550

Tints of Jazzberry Jam #BC0550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 80 (31.64% from 255) = 29.3%

R = 68.86%
G = 1.83%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC0550 (or 0xBC0550) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 50. RGB value is (188,5,80). Sum of RGB (Red+Green+Blue) = 188+5+80=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0550 is #43FAAF. Grayscale: #444444. Windows color (decimal): -4455088 or 5244348. OLE color: 5244348.

HSL color Cylindrical-coordinate representation of color #BC0550: hue angle of 335.41º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0550 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 5 80 -
CMYK 0 0.97 0.57 0.26
HSL 335.41º 0.95% 0.38% -
HSV(B) 335.41º 0.97% 0.74% -
XYZ 22.24 11.38 8.61 -
YUV 68.27 134.63 213.4 -
System Red Green Blue C M Y K H S L
Decimal 188 5 80 0 0.97 0.57 0.26 335.41 0.95 0.38
Hex BC 5 50 0 61 39 1A 14F 5F 26
Octal 274 5 120 0 141 71 32 517 137 46
Binary 10111100 101 1010000 0 1100001 111001 11010 101001111 1011111 100110

Color Harmonies of #BC0550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0550

Black with #BC0550

Text Example


Text Example

White with #BC0550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0550; }

 p { color: rgb(188,5,80); }

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

background-color css

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

 a { background-color: rgb(188,5,80); }

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

border-color css

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

 span { border-color: rgb(188,5,80); }

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