Html Css Color HEX #BC0050 Jazzberry Jam

📋 copy color: '#BC0050'

red 188 ◦ green 0 ◦ blue 80

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

Shades of Jazzberry Jam #BC0050

Tints of Jazzberry Jam #BC0050

RGB

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

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

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

R = 70.15%
G = 0%
B = 29.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC0050 (or 0xBC0050) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 50. RGB value is (188,0,80). Sum of RGB (Red+Green+Blue) = 188+0+80=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0050 is #43FFAF. Grayscale: #414141. Windows color (decimal): -4456368 or 5243068. OLE color: 5243068.

HSL color Cylindrical-coordinate representation of color #BC0050: hue angle of 334.47º 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 #BC0050 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 0 80 -
CMYK 0 1 0.57 0.26
HSL 334.47º 1% 0.37% -
HSV(B) 334.47º 1% 0.74% -
XYZ 22.19 11.27 8.6 -
YUV 65.33 136.28 215.5 -
System Red Green Blue C M Y K H S L
Decimal 188 0 80 0 1 0.57 0.26 334.47 1 0.37
Hex BC 0 50 0 64 39 1A 14E 64 25
Octal 274 0 120 0 144 71 32 516 144 45
Binary 10111100 0 1010000 0 1100100 111001 11010 101001110 1100100 100101

Color Harmonies of #BC0050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0050

Black with #BC0050

Text Example


Text Example

White with #BC0050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0050; }

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

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

background-color css

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

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

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

border-color css

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

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

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