Html Css Color HEX #BC0C62 Jazzberry Jam

📋 copy color: '#BC0C62'

red 188 ◦ green 12 ◦ blue 98

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

Shades of Jazzberry Jam #BC0C62

Tints of Jazzberry Jam #BC0C62

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.03%

 BLUE value IS 98 (38.67% from 255) = 32.89%

R = 63.09%
G = 4.03%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC0C62 (or 0xBC0C62) is known color: Jazzberry Jam. HEX triplet: BC, 0C and 62. RGB value is (188,12,98). Sum of RGB (Red+Green+Blue) = 188+12+98=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0C62 is #43F39D. Grayscale: #4A4A4A. Windows color (decimal): -4453278 or 6425788. OLE color: 6425788.

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

Color convert

RGB 188 12 98 -
CMYK 0 0.94 0.48 0.26
HSL 330.68º 0.88% 0.39% -
HSV(B) 330.68º 0.94% 0.74% -
XYZ 23.08 11.84 12.62 -
YUV 74.43 141.31 209.01 -
System Red Green Blue C M Y K H S L
Decimal 188 12 98 0 0.94 0.48 0.26 330.68 0.88 0.39
Hex BC C 62 0 5E 30 1A 14B 58 27
Octal 274 14 142 0 136 60 32 513 130 47
Binary 10111100 1100 1100010 0 1011110 110000 11010 101001011 1011000 100111

Color Harmonies of #BC0C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0C62

Black with #BC0C62

Text Example


Text Example

White with #BC0C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0C62; }

 p { color: rgb(188,12,98); }

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

background-color css

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

 a { background-color: rgb(188,12,98); }

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

border-color css

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

 span { border-color: rgb(188,12,98); }

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