Html Css Color HEX #BC1A67 Jazzberry Jam

📋 copy color: '#BC1A67'

red 188 ◦ green 26 ◦ blue 103

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

Shades of Jazzberry Jam #BC1A67

Tints of Jazzberry Jam #BC1A67

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.2%

 BLUE value IS 103 (40.63% from 255) = 32.49%

R = 59.31%
G = 8.2%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC1A67 (or 0xBC1A67) is known color: Jazzberry Jam. HEX triplet: BC, 1A and 67. RGB value is (188,26,103). Sum of RGB (Red+Green+Blue) = 188+26+103=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1A67 is #43E598. Grayscale: #535353. Windows color (decimal): -4449689 or 6757052. OLE color: 6757052.

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

Color convert

RGB 188 26 103 -
CMYK 0 0.86 0.45 0.26
HSL 331.48º 0.76% 0.42% -
HSV(B) 331.48º 0.86% 0.74% -
XYZ 23.56 12.41 13.99 -
YUV 83.22 139.17 202.74 -
System Red Green Blue C M Y K H S L
Decimal 188 26 103 0 0.86 0.45 0.26 331.48 0.76 0.42
Hex BC 1A 67 0 56 2D 1A 14B 4C 2A
Octal 274 32 147 0 126 55 32 513 114 52
Binary 10111100 11010 1100111 0 1010110 101101 11010 101001011 1001100 101010

Color Harmonies of #BC1A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A67

Black with #BC1A67

Text Example


Text Example

White with #BC1A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A67; }

 p { color: rgb(188,26,103); }

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

background-color css

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

 a { background-color: rgb(188,26,103); }

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

border-color css

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

 span { border-color: rgb(188,26,103); }

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