Html Css Color HEX #BC0164 Jazzberry Jam

📋 copy color: '#BC0164'

red 188 ◦ green 1 ◦ blue 100

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

Shades of Jazzberry Jam #BC0164

Tints of Jazzberry Jam #BC0164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 100 (39.45% from 255) = 34.6%

R = 65.05%
G = 0.35%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC0164 (or 0xBC0164) is known color: Jazzberry Jam. HEX triplet: BC, 01 and 64. RGB value is (188,1,100). Sum of RGB (Red+Green+Blue) = 188+1+100=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0164 is #43FE9B. Grayscale: #434343. Windows color (decimal): -4456092 or 6554044. OLE color: 6554044.

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

Color convert

RGB 188 1 100 -
CMYK 0 0.99 0.47 0.26
HSL 328.24º 0.99% 0.37% -
HSV(B) 328.24º 0.99% 0.74% -
XYZ 23.05 11.63 13.09 -
YUV 68.2 145.95 213.45 -
System Red Green Blue C M Y K H S L
Decimal 188 1 100 0 0.99 0.47 0.26 328.24 0.99 0.37
Hex BC 1 64 0 63 2F 1A 148 63 25
Octal 274 1 144 0 143 57 32 510 143 45
Binary 10111100 1 1100100 0 1100011 101111 11010 101001000 1100011 100101

Color Harmonies of #BC0164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0164

Black with #BC0164

Text Example


Text Example

White with #BC0164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0164; }

 p { color: rgb(188,1,100); }

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

background-color css

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

 a { background-color: rgb(188,1,100); }

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

border-color css

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

 span { border-color: rgb(188,1,100); }

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