Html Css Color HEX #BC0069 Jazzberry Jam

📋 copy color: '#BC0069'

red 188 ◦ green 0 ◦ blue 105

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

Shades of Jazzberry Jam #BC0069

Tints of Jazzberry Jam #BC0069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 64.16%
G = 0%
B = 35.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC0069 (or 0xBC0069) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 69. RGB value is (188,0,105). Sum of RGB (Red+Green+Blue) = 188+0+105=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0069 is #43FF96. Grayscale: #434343. Windows color (decimal): -4456343 or 6881468. OLE color: 6881468.

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

Color convert

RGB 188 0 105 -
CMYK 0 1 0.44 0.26
HSL 326.49º 1% 0.37% -
HSV(B) 326.49º 1% 0.74% -
XYZ 23.29 11.71 14.4 -
YUV 68.18 148.78 213.46 -
System Red Green Blue C M Y K H S L
Decimal 188 0 105 0 1 0.44 0.26 326.49 1 0.37
Hex BC 0 69 0 64 2C 1A 146 64 25
Octal 274 0 151 0 144 54 32 506 144 45
Binary 10111100 0 1101001 0 1100100 101100 11010 101000110 1100100 100101

Color Harmonies of #BC0069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0069

Black with #BC0069

Text Example


Text Example

White with #BC0069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0069; }

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

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

background-color css

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

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

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

border-color css

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

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

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