Html Css Color HEX #BC085D Jazzberry Jam

📋 copy color: '#BC085D'

red 188 ◦ green 8 ◦ blue 93

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

Shades of Jazzberry Jam #BC085D

Tints of Jazzberry Jam #BC085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.77%

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

R = 65.05%
G = 2.77%
B = 32.18%

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

#BC085D (or 0xBC085D) is known color: Jazzberry Jam. HEX triplet: BC, 08 and 5D. RGB value is (188,8,93). Sum of RGB (Red+Green+Blue) = 188+8+93=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC085D is #43F7A2. Grayscale: #474747. Windows color (decimal): -4454307 or 6097084. OLE color: 6097084.

HSL color Cylindrical-coordinate representation of color #BC085D: hue angle of 331.67º degrees, saturation: 0.92, 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 #BC085D is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 8 93 -
CMYK 0 0.96 0.51 0.26
HSL 331.67º 0.92% 0.38% -
HSV(B) 331.67º 0.96% 0.74% -
XYZ 22.8 11.66 11.4 -
YUV 71.51 140.13 211.09 -
System Red Green Blue C M Y K H S L
Decimal 188 8 93 0 0.96 0.51 0.26 331.67 0.92 0.38
Hex BC 8 5D 0 60 33 1A 14C 5C 26
Octal 274 10 135 0 140 63 32 514 134 46
Binary 10111100 1000 1011101 0 1100000 110011 11010 101001100 1011100 100110

Color Harmonies of #BC085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC085D

Black with #BC085D

Text Example


Text Example

White with #BC085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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