Html Css Color HEX #BC075D Jazzberry Jam

📋 copy color: '#BC075D'

red 188 ◦ green 7 ◦ blue 93

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

Shades of Jazzberry Jam #BC075D

Tints of Jazzberry Jam #BC075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.43%

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 65.28%
G = 2.43%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC075D (or 0xBC075D) is known color: Jazzberry Jam. HEX triplet: BC, 07 and 5D. RGB value is (188,7,93). Sum of RGB (Red+Green+Blue) = 188+7+93=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC075D is #43F8A2. Grayscale: #464646. Windows color (decimal): -4454563 or 6096828. OLE color: 6096828.

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

Color convert

RGB 188 7 93 -
CMYK 0 0.96 0.51 0.26
HSL 331.49º 0.93% 0.38% -
HSV(B) 331.49º 0.96% 0.74% -
XYZ 22.79 11.63 11.4 -
YUV 70.92 140.47 211.51 -
System Red Green Blue C M Y K H S L
Decimal 188 7 93 0 0.96 0.51 0.26 331.49 0.93 0.38
Hex BC 7 5D 0 60 33 1A 14B 5D 26
Octal 274 7 135 0 140 63 32 513 135 46
Binary 10111100 111 1011101 0 1100000 110011 11010 101001011 1011101 100110

Color Harmonies of #BC075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC075D

Black with #BC075D

Text Example


Text Example

White with #BC075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC075D; }

 p { color: rgb(188,7,93); }

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

background-color css

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

 a { background-color: rgb(188,7,93); }

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

border-color css

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

 span { border-color: rgb(188,7,93); }

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