Html Css Color HEX #BC1362 Jazzberry Jam

📋 copy color: '#BC1362'

red 188 ◦ green 19 ◦ blue 98

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

Shades of Jazzberry Jam #BC1362

Tints of Jazzberry Jam #BC1362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.23%

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

R = 61.64%
G = 6.23%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC1362 (or 0xBC1362) is known color: Jazzberry Jam. HEX triplet: BC, 13 and 62. RGB value is (188,19,98). Sum of RGB (Red+Green+Blue) = 188+19+98=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1362 is #43EC9D. Grayscale: #4E4E4E. Windows color (decimal): -4451486 or 6427580. OLE color: 6427580.

HSL color Cylindrical-coordinate representation of color #BC1362: hue angle of 331.95º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1362 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 19 98 -
CMYK 0 0.90 0.48 0.26
HSL 331.95º 0.82% 0.41% -
HSV(B) 331.95º 0.9% 0.74% -
XYZ 23.18 12.04 12.66 -
YUV 78.54 138.99 206.08 -
System Red Green Blue C M Y K H S L
Decimal 188 19 98 0 0.90 0.48 0.26 331.95 0.82 0.41
Hex BC 13 62 0 5A 30 1A 14C 52 29
Octal 274 23 142 0 132 60 32 514 122 51
Binary 10111100 10011 1100010 0 1011010 110000 11010 101001100 1010010 101001

Color Harmonies of #BC1362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1362

Black with #BC1362

Text Example


Text Example

White with #BC1362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1362; }

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

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

background-color css

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

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

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

border-color css

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

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

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