Html Css Color HEX #BC004E Jazzberry Jam

📋 copy color: '#BC004E'

red 188 ◦ green 0 ◦ blue 78

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

Shades of Jazzberry Jam #BC004E

Tints of Jazzberry Jam #BC004E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.32%

R = 70.68%
G = 0%
B = 29.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC004E (or 0xBC004E) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 4E. RGB value is (188,0,78). Sum of RGB (Red+Green+Blue) = 188+0+78=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC004E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC004E is #43FFB1. Grayscale: #404040. Windows color (decimal): -4456370 or 5111996. OLE color: 5111996.

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

Color convert

RGB 188 0 78 -
CMYK 0 1 0.59 0.26
HSL 335.11º 1% 0.37% -
HSV(B) 335.11º 1% 0.74% -
XYZ 22.11 11.24 8.21 -
YUV 65.1 135.28 215.66 -
System Red Green Blue C M Y K H S L
Decimal 188 0 78 0 1 0.59 0.26 335.11 1 0.37
Hex BC 0 4E 0 64 3B 1A 14F 64 25
Octal 274 0 116 0 144 73 32 517 144 45
Binary 10111100 0 1001110 0 1100100 111011 11010 101001111 1100100 100101

Color Harmonies of #BC004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC004E

Black with #BC004E

Text Example


Text Example

White with #BC004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC004E; }

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

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

background-color css

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

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

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

border-color css

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

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

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