Html Css Color HEX #BC106C Jazzberry Jam

📋 copy color: '#BC106C'

red 188 ◦ green 16 ◦ blue 108

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

Shades of Jazzberry Jam #BC106C

Tints of Jazzberry Jam #BC106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 60.26%
G = 5.13%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC106C (or 0xBC106C) is known color: Jazzberry Jam. HEX triplet: BC, 10 and 6C. RGB value is (188,16,108). Sum of RGB (Red+Green+Blue) = 188+16+108=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC106C is #43EF93. Grayscale: #4D4D4D. Windows color (decimal): -4452244 or 7082172. OLE color: 7082172.

HSL color Cylindrical-coordinate representation of color #BC106C: hue angle of 327.91º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC106C is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 16 108 -
CMYK 0 0.91 0.43 0.26
HSL 327.91º 0.84% 0.4% -
HSV(B) 327.91º 0.91% 0.74% -
XYZ 23.63 12.14 15.29 -
YUV 77.92 144.98 206.52 -
System Red Green Blue C M Y K H S L
Decimal 188 16 108 0 0.91 0.43 0.26 327.91 0.84 0.4
Hex BC 10 6C 0 5B 2B 1A 148 54 28
Octal 274 20 154 0 133 53 32 510 124 50
Binary 10111100 10000 1101100 0 1011011 101011 11010 101001000 1010100 101000

Color Harmonies of #BC106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC106C

Black with #BC106C

Text Example


Text Example

White with #BC106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC106C; }

 p { color: rgb(188,16,108); }

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

background-color css

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

 a { background-color: rgb(188,16,108); }

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

border-color css

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

 span { border-color: rgb(188,16,108); }

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