Html Css Color HEX #BC006F Jazzberry Jam

📋 copy color: '#BC006F'

red 188 ◦ green 0 ◦ blue 111

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

Shades of Jazzberry Jam #BC006F

Tints of Jazzberry Jam #BC006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 37.12%

R = 62.88%
G = 0%
B = 37.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC006F (or 0xBC006F) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 6F. RGB value is (188,0,111). Sum of RGB (Red+Green+Blue) = 188+0+111=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC006F is #43FF90. Grayscale: #444444. Windows color (decimal): -4456337 or 7274684. OLE color: 7274684.

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

Color convert

RGB 188 0 111 -
CMYK 0 1 0.41 0.26
HSL 324.57º 1% 0.37% -
HSV(B) 324.57º 1% 0.74% -
XYZ 23.61 11.84 16.08 -
YUV 68.87 151.78 212.97 -
System Red Green Blue C M Y K H S L
Decimal 188 0 111 0 1 0.41 0.26 324.57 1 0.37
Hex BC 0 6F 0 64 29 1A 145 64 25
Octal 274 0 157 0 144 51 32 505 144 45
Binary 10111100 0 1101111 0 1100100 101001 11010 101000101 1100100 100101

Color Harmonies of #BC006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC006F

Black with #BC006F

Text Example


Text Example

White with #BC006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC006F; }

 p { color: rgb(188,0,111); }

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

background-color css

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

 a { background-color: rgb(188,0,111); }

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

border-color css

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

 span { border-color: rgb(188,0,111); }

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