Html Css Color HEX #BC0068 Jazzberry Jam

📋 copy color: '#BC0068'

red 188 ◦ green 0 ◦ blue 104

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

Shades of Jazzberry Jam #BC0068

Tints of Jazzberry Jam #BC0068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.62%

R = 64.38%
G = 0%
B = 35.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC0068 (or 0xBC0068) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 68. RGB value is (188,0,104). Sum of RGB (Red+Green+Blue) = 188+0+104=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0068 is #43FF97. Grayscale: #434343. Windows color (decimal): -4456344 or 6815932. OLE color: 6815932.

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

Color convert

RGB 188 0 104 -
CMYK 0 1 0.45 0.26
HSL 326.81º 1% 0.37% -
HSV(B) 326.81º 1% 0.74% -
XYZ 23.24 11.69 14.13 -
YUV 68.07 148.28 213.54 -
System Red Green Blue C M Y K H S L
Decimal 188 0 104 0 1 0.45 0.26 326.81 1 0.37
Hex BC 0 68 0 64 2D 1A 147 64 25
Octal 274 0 150 0 144 55 32 507 144 45
Binary 10111100 0 1101000 0 1100100 101101 11010 101000111 1100100 100101

Color Harmonies of #BC0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0068

Black with #BC0068

Text Example


Text Example

White with #BC0068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0068; }

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

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

background-color css

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

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

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

border-color css

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

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

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