Html Css Color HEX #BC1F67 Jazzberry Jam

📋 copy color: '#BC1F67'

red 188 ◦ green 31 ◦ blue 103

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

Shades of Jazzberry Jam #BC1F67

Tints of Jazzberry Jam #BC1F67

RGB

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

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

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

R = 58.39%
G = 9.63%
B = 31.99%

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

#BC1F67 (or 0xBC1F67) is known color: Jazzberry Jam. HEX triplet: BC, 1F and 67. RGB value is (188,31,103). Sum of RGB (Red+Green+Blue) = 188+31+103=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1F67 is #43E098. Grayscale: #565656. Windows color (decimal): -4448409 or 6758332. OLE color: 6758332.

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

Color convert

RGB 188 31 103 -
CMYK 0 0.84 0.45 0.26
HSL 332.48º 0.72% 0.43% -
HSV(B) 332.48º 0.84% 0.74% -
XYZ 23.68 12.65 14.03 -
YUV 86.15 137.51 200.65 -
System Red Green Blue C M Y K H S L
Decimal 188 31 103 0 0.84 0.45 0.26 332.48 0.72 0.43
Hex BC 1F 67 0 54 2D 1A 14C 48 2B
Octal 274 37 147 0 124 55 32 514 110 53
Binary 10111100 11111 1100111 0 1010100 101101 11010 101001100 1001000 101011

Color Harmonies of #BC1F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1F67

Black with #BC1F67

Text Example


Text Example

White with #BC1F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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