Html Css Color HEX #BC034F Jazzberry Jam

📋 copy color: '#BC034F'

red 188 ◦ green 3 ◦ blue 79

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

Shades of Jazzberry Jam #BC034F

Tints of Jazzberry Jam #BC034F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 69.63%
G = 1.11%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC034F (or 0xBC034F) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 4F. RGB value is (188,3,79). Sum of RGB (Red+Green+Blue) = 188+3+79=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC034F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC034F is #43FCB0. Grayscale: #424242. Windows color (decimal): -4455601 or 5178300. OLE color: 5178300.

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

Color convert

RGB 188 3 79 -
CMYK 0 0.98 0.58 0.26
HSL 335.35º 0.97% 0.37% -
HSV(B) 335.35º 0.98% 0.74% -
XYZ 22.18 11.32 8.41 -
YUV 66.98 134.79 214.32 -
System Red Green Blue C M Y K H S L
Decimal 188 3 79 0 0.98 0.58 0.26 335.35 0.97 0.37
Hex BC 3 4F 0 62 3A 1A 14F 61 25
Octal 274 3 117 0 142 72 32 517 141 45
Binary 10111100 11 1001111 0 1100010 111010 11010 101001111 1100001 100101

Color Harmonies of #BC034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC034F

Black with #BC034F

Text Example


Text Example

White with #BC034F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC034F; }

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

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

background-color css

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

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

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

border-color css

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

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

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