Html Css Color HEX #BC006E Jazzberry Jam

📋 copy color: '#BC006E'

red 188 ◦ green 0 ◦ blue 110

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

Shades of Jazzberry Jam #BC006E

Tints of Jazzberry Jam #BC006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.91%

R = 63.09%
G = 0%
B = 36.91%

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

#BC006E (or 0xBC006E) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 6E. RGB value is (188,0,110). Sum of RGB (Red+Green+Blue) = 188+0+110=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC006E is #43FF91. Grayscale: #444444. Windows color (decimal): -4456338 or 7209148. OLE color: 7209148.

HSL color Cylindrical-coordinate representation of color #BC006E: hue angle of 324.89º 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 #BC006E is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 0 110 -
CMYK 0 1 0.41 0.26
HSL 324.89º 1% 0.37% -
HSV(B) 324.89º 1% 0.74% -
XYZ 23.55 11.82 15.79 -
YUV 68.75 151.28 213.06 -
System Red Green Blue C M Y K H S L
Decimal 188 0 110 0 1 0.41 0.26 324.89 1 0.37
Hex BC 0 6E 0 64 29 1A 145 64 25
Octal 274 0 156 0 144 51 32 505 144 45
Binary 10111100 0 1101110 0 1100100 101001 11010 101000101 1100100 100101

Color Harmonies of #BC006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC006E

Black with #BC006E

Text Example


Text Example

White with #BC006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC006E; }

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

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

background-color css

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

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

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

border-color css

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

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

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