Html Css Color HEX #BC085E Jazzberry Jam

📋 copy color: '#BC085E'

red 188 ◦ green 8 ◦ blue 94

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

Shades of Jazzberry Jam #BC085E

Tints of Jazzberry Jam #BC085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.41%

R = 64.83%
G = 2.76%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC085E (or 0xBC085E) is known color: Jazzberry Jam. HEX triplet: BC, 08 and 5E. RGB value is (188,8,94). Sum of RGB (Red+Green+Blue) = 188+8+94=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC085E is #43F7A1. Grayscale: #474747. Windows color (decimal): -4454306 or 6162620. OLE color: 6162620.

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

Color convert

RGB 188 8 94 -
CMYK 0 0.96 0.50 0.26
HSL 331.33º 0.92% 0.38% -
HSV(B) 331.33º 0.96% 0.74% -
XYZ 22.85 11.67 11.64 -
YUV 71.62 140.63 211.01 -
System Red Green Blue C M Y K H S L
Decimal 188 8 94 0 0.96 0.50 0.26 331.33 0.92 0.38
Hex BC 8 5E 0 60 32 1A 14B 5C 26
Octal 274 10 136 0 140 62 32 513 134 46
Binary 10111100 1000 1011110 0 1100000 110010 11010 101001011 1011100 100110

Color Harmonies of #BC085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC085E

Black with #BC085E

Text Example


Text Example

White with #BC085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC085E; }

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

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

background-color css

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

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

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

border-color css

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

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

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