Html Css Color HEX #BC085C Jazzberry Jam

📋 copy color: '#BC085C'

red 188 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #BC085C

Tints of Jazzberry Jam #BC085C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.94%

R = 65.28%
G = 2.78%
B = 31.94%

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

#BC085C (or 0xBC085C) is known color: Jazzberry Jam. HEX triplet: BC, 08 and 5C. RGB value is (188,8,92). Sum of RGB (Red+Green+Blue) = 188+8+92=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC085C is #43F7A3. Grayscale: #474747. Windows color (decimal): -4454308 or 6031548. OLE color: 6031548.

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

Color convert

RGB 188 8 92 -
CMYK 0 0.96 0.51 0.26
HSL 332º 0.92% 0.38% -
HSV(B) 332º 0.96% 0.74% -
XYZ 22.76 11.64 11.17 -
YUV 71.4 139.63 211.17 -
System Red Green Blue C M Y K H S L
Decimal 188 8 92 0 0.96 0.51 0.26 332 0.92 0.38
Hex BC 8 5C 0 60 33 1A 14C 5C 26
Octal 274 10 134 0 140 63 32 514 134 46
Binary 10111100 1000 1011100 0 1100000 110011 11010 101001100 1011100 100110

Color Harmonies of #BC085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC085C

Black with #BC085C

Text Example


Text Example

White with #BC085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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