Html Css Color HEX #BC1F68 Jazzberry Jam

📋 copy color: '#BC1F68'

red 188 ◦ green 31 ◦ blue 104

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

Shades of Jazzberry Jam #BC1F68

Tints of Jazzberry Jam #BC1F68

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.6%

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

R = 58.2%
G = 9.6%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC1F68 (or 0xBC1F68) is known color: Jazzberry Jam. HEX triplet: BC, 1F and 68. RGB value is (188,31,104). Sum of RGB (Red+Green+Blue) = 188+31+104=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1F68 is #43E097. Grayscale: #565656. Windows color (decimal): -4448408 or 6823868. OLE color: 6823868.

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

Color convert

RGB 188 31 104 -
CMYK 0 0.84 0.45 0.26
HSL 332.1º 0.72% 0.43% -
HSV(B) 332.1º 0.84% 0.74% -
XYZ 23.73 12.67 14.29 -
YUV 86.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 188 31 104 0 0.84 0.45 0.26 332.1 0.72 0.43
Hex BC 1F 68 0 54 2D 1A 14C 48 2B
Octal 274 37 150 0 124 55 32 514 110 53
Binary 10111100 11111 1101000 0 1010100 101101 11010 101001100 1001000 101011

Color Harmonies of #BC1F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F68

Black with #BC1F68

Text Example


Text Example

White with #BC1F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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