Html Css Color HEX #BC0D68 Jazzberry Jam

📋 copy color: '#BC0D68'

red 188 ◦ green 13 ◦ blue 104

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

Shades of Jazzberry Jam #BC0D68

Tints of Jazzberry Jam #BC0D68

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.26%

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

R = 61.64%
G = 4.26%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC0D68 (or 0xBC0D68) is known color: Jazzberry Jam. HEX triplet: BC, 0D and 68. RGB value is (188,13,104). Sum of RGB (Red+Green+Blue) = 188+13+104=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0D68 is #43F297. Grayscale: #4B4B4B. Windows color (decimal): -4453016 or 6819260. OLE color: 6819260.

HSL color Cylindrical-coordinate representation of color #BC0D68: hue angle of 328.8º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0D68 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 13 104 -
CMYK 0 0.93 0.45 0.26
HSL 328.8º 0.87% 0.39% -
HSV(B) 328.8º 0.93% 0.74% -
XYZ 23.38 11.98 14.18 -
YUV 75.7 143.98 208.1 -
System Red Green Blue C M Y K H S L
Decimal 188 13 104 0 0.93 0.45 0.26 328.8 0.87 0.39
Hex BC D 68 0 5D 2D 1A 149 57 27
Octal 274 15 150 0 135 55 32 511 127 47
Binary 10111100 1101 1101000 0 1011101 101101 11010 101001001 1010111 100111

Color Harmonies of #BC0D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0D68

Black with #BC0D68

Text Example


Text Example

White with #BC0D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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