Html Css Color HEX #BC0D61 Jazzberry Jam

📋 copy color: '#BC0D61'

red 188 ◦ green 13 ◦ blue 97

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

Shades of Jazzberry Jam #BC0D61

Tints of Jazzberry Jam #BC0D61

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.36%

 BLUE value IS 97 (38.28% from 255) = 32.55%

R = 63.09%
G = 4.36%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC0D61 (or 0xBC0D61) is known color: Jazzberry Jam. HEX triplet: BC, 0D and 61. RGB value is (188,13,97). Sum of RGB (Red+Green+Blue) = 188+13+97=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0D61 is #43F29E. Grayscale: #4A4A4A. Windows color (decimal): -4453023 or 6360508. OLE color: 6360508.

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

Color convert

RGB 188 13 97 -
CMYK 0 0.93 0.48 0.26
HSL 331.2º 0.87% 0.39% -
HSV(B) 331.2º 0.93% 0.74% -
XYZ 23.04 11.84 12.38 -
YUV 74.9 140.48 208.67 -
System Red Green Blue C M Y K H S L
Decimal 188 13 97 0 0.93 0.48 0.26 331.2 0.87 0.39
Hex BC D 61 0 5D 30 1A 14B 57 27
Octal 274 15 141 0 135 60 32 513 127 47
Binary 10111100 1101 1100001 0 1011101 110000 11010 101001011 1010111 100111

Color Harmonies of #BC0D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0D61

Black with #BC0D61

Text Example


Text Example

White with #BC0D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0D61; }

 p { color: rgb(188,13,97); }

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

background-color css

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

 a { background-color: rgb(188,13,97); }

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

border-color css

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

 span { border-color: rgb(188,13,97); }

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