Html Css Color HEX #BC034E Jazzberry Jam

📋 copy color: '#BC034E'

red 188 ◦ green 3 ◦ blue 78

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

Shades of Jazzberry Jam #BC034E

Tints of Jazzberry Jam #BC034E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 69.89%
G = 1.12%
B = 29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC034E (or 0xBC034E) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 4E. RGB value is (188,3,78). Sum of RGB (Red+Green+Blue) = 188+3+78=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC034E is #43FCB1. Grayscale: #424242. Windows color (decimal): -4455602 or 5112764. OLE color: 5112764.

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

Color convert

RGB 188 3 78 -
CMYK 0 0.98 0.59 0.26
HSL 335.68º 0.97% 0.37% -
HSV(B) 335.68º 0.98% 0.74% -
XYZ 22.15 11.31 8.22 -
YUV 66.87 134.29 214.4 -
System Red Green Blue C M Y K H S L
Decimal 188 3 78 0 0.98 0.59 0.26 335.68 0.97 0.37
Hex BC 3 4E 0 62 3B 1A 150 61 25
Octal 274 3 116 0 142 73 32 520 141 45
Binary 10111100 11 1001110 0 1100010 111011 11010 101010000 1100001 100101

Color Harmonies of #BC034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC034E

Black with #BC034E

Text Example


Text Example

White with #BC034E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC034E; }

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

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

background-color css

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

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

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

border-color css

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

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

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